@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
@foreach($logs as $log) @endforeach
Id User Title Description Date
{{$log->id}} {{$log->username}} {{$log->title}} {{$log->description}} {{ date('m/d/Y' ,strtotime($log->date))}}
@include('landlord_layouts.footer')
@include('landlord_layouts.script')