@include('layouts.style')
@include('layouts.sidebar')
@include('layouts.header')
{{ isset($propertyType->id) ? 'Edit Property Master' : 'Add Employee Master' }}
Setup Employee Information
@include('layouts.success_toast')
@csrf @if(auth()->check() && auth()->user()->role == 'Hotel') @else
@endif
{{-- --}}
@include('layouts.footer')
@include('layouts.scripts')