@yield('css')
@php if(!Auth::user()){ Auth::logout(); request()->session()->invalidate(); request()->session()->regenerateToken(); redirect('/'); } @endphp {!! csrf_field() !!}
{{--
--}} {{--
--}} {{--
--}}
@if(!\App\Property::find(Session::get('property_id'))) Session::forget('property_id'); @endif @if(Session::has('property_id'))
{{--
--}} {{ \App\Property::find(Session::get('property_id'))->actual_name.' - '.Session::get('five_digit_property_id') }}
@endif
{{--
--}} {{--
--}} {{--
--}} {{--
5
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Notifications
--}} {{--
New
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
John Doe
--}} {{--
Lorem ipsum dolor sit amet, consectetuer--}} {{--elit.
--}} {{--
30 minutes ago
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
{{Auth::user()->name}}
Profile
Logout
Help
+94-117-344-440
Help Video
How To Pay ?
{{--
--}} {{--
--}} {{--
--}} {{--
Search
--}} {{--
--}} {{--
--}} {{--
--}} {{--
People
--}} {{--
--}} {{--
--}} {{--
Sara Soueidan
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Popular
--}} {{--
--}} {{--
--}} {{--
Page Preloading Effect
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Recent
--}} {{--
--}} {{--
--}} {{--
Tooltip Styles Inspiration
--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}}
@yield('nav') @if(Session::has('message'))
{{strtoupper(Session::get('type'))}}!
{{ Session::get('message') }}
@endif
@yield('content')
@yield('scripts')