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