@extends ('../welcome') @section('content')
Back
Total: {{ $logs->total() }}
user()->type == 'admin' || auth()->user()->role->hasPermission('logs-export') ? 'example2' : 'nonExport' }} class="table table-bordered table-striped"> @forelse ($logs as $log) @empty @endforelse
User Log Action Date Time
{{ $log->causer?->name }} {{ $log->description }} {{ $log->event }} {{ $temp[0] }} {{ $temp[1] }}
User log Action date time
@endsection