@extends('layout.master') @section('content') @php $userType = \App\Helpers\Helpers::getUserRole()->type_id ?? []; @endphp
@if (!empty($menu) && $menu == 'estates') @else @endif {{--
❮  BACK

Edit User

--}}
{{ 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
{{--
--}}
Cancel
@push('scripts') @endPush @endsection