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