@extends('layouts.main') @section('customcss') @endsection @section('pagecontent')

@lang('sistema.users_title')

@lang('sistema.users_new')
Id @lang('sistema.users_name') @lang('sistema.users_mail') @lang('sistema.users_photo') @lang('sistema.users_status') @lang('sistema.users_profile') @lang('sistema.users_created') @lang('sistema.users_action')
@endsection @section('customjs') @if(session('msg')) @endif @endsection