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