{{session('message')}}
@endif
@if (count($errors) > 0)
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Date&Time | Request IP | Name | Action Name | Request Response |
---|---|---|---|---|
{{ $auditLog->date_time }} {{-- {{ Carbon::parse($auditLog->date_time)->setTimezone(auth()->user()->timezone ?? 'Asia/Dhaka')->format('Y-m-d h:i A') }} --}} | {{$auditLog->ip}} | {{$auditLog->name}} | {{$auditLog->page_URL}} | {!! $auditLog->log_text !!} |
{!! $allAuditLog->withQueryString()->links('pagination::bootstrap-4') !!}
{{-- {!! $allAuditLog->withQueryString()->links('pagination::bootstrap-5') !!}
--}}
{{-- {!! $allAuditLog->appends(['sort' => 'votes'])->links() !!}--}}