@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Dashboard
/
#
Title
Date
Description
@foreach($notifications as $notify)
{{$loop->iteration}}
You have received a new message.
{{date('m/d/Y', strtotime($notify->date))}}
{{$notify->description}}
@endforeach
@include('landlord_layouts.footer')
@include('landlord_layouts.script')