@extends('admin.master') @section('styleSheet') @endsection @section('content') @php use Carbon\Carbon; @endphp
@if(session('message')) @endif @if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Audit Info
@foreach($allAuditLog as $auditLog) @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 !!}
{{-- @dump($allAuditLog)--}}
{!! $allAuditLog->withQueryString()->links('pagination::bootstrap-4') !!}
{{--
{!! $allAuditLog->withQueryString()->links('pagination::bootstrap-5') !!}
--}} {{-- {!! $allAuditLog->appends(['sort' => 'votes'])->links() !!}--}}
@endsection @section('customJs') @if(Session::has('success')) @endif @endsection @section('documentJquery') {{-- --}} @endsection