@extends('resident-domain.layout.master') @section('content') @php $userType = \App\Helpers\Helpers::getUserRole()->type_id ?? []; $userAccess = \App\Helpers\Helpers::getUserAccess() ?? []; $access = $userAccess['accesses'] ?? []; @endphp
{{-- ❮  BACK --}} {{--

Users

--}}
{{-- --}}
{{ csrf_field() }}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('user_name'))
{{ $errors->first('user_name') }}
@endif
{{--
@if ($errors->has('contact_number'))

{{ $errors->first('contact_number') }}

@endif
--}}
@if ($errors->has('contact_number'))

{{ $errors->first('contact_number') }}

@endif
Cancel
@push('scripts') @endPush @endsection