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

Add Visitor

--}}
{{ csrf_field() }}
@if (!empty($estate_details->id)) @endif
{{-- --}}
{{-- --}}
{{--
--}}
@if ($userType == 1 || $userType == 2 || $userType == 3)
@endif {{-- @if ($userType == 3)
@endif --}}
{{-- --}}
{{--
--}}
Cancel
@push('scripts') @endPush @endsection