@php $i=1; if($auditlog->currentPage()>1){ $page=$auditlog->currentPage()-1; $i=$page*$auditlog->perPage(); $i++; } @endphp @foreach($auditlog as $key => $auditlog_res) @php $i++; @endphp @endforeach
Id Name Type Date User Actions
{{ $i }} {{ $auditlog_res->table_name }} {{ $auditlog_res->action }} @php echo date("d M Y h:i A", strtotime($auditlog_res->created_at)); @endphp {{ $auditlog_res->user->name }}
{{ $auditlog->links('vendor.pagination.custom') }}