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

Add 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
{{-- --}}
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
{{--
@if ($errors->has('password_confirmation'))
{{ $errors->first('password_confirmation') }}
@endif
--}}
@if (!empty($estate_id)) @endif
Cancel
@push('scripts') @endPush @endsection