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