TRACKINGS @include('helper.tablehelper.tableheader', [ 'name' => 'S.NO', 'type' => 'normal', 'sortname' => '', ]) @include('helper.tablehelper.tableheader', [ 'name' => 'NAME', 'type' => 'sortby', 'sortname' => 'name', ]) @include('helper.tablehelper.tableheader', [ 'name' => 'TRACKING MESSAGE', 'type' => 'sortby', 'sortname' => 'trackmsg', ]) @include('helper.tablehelper.tableheader', [ 'name' => 'ACTION TIME', 'type' => 'sortby', 'sortname' => 'created_at', ]) @foreach ($tracking as $index => $eachtracking) {{ $tracking->firstItem() + $index }} {{ $eachtracking->name }} {{ $eachtracking->trackmsg }} {{ $eachtracking->created_at->format('d-M-Y h:i A') }} @endforeach Showing {{ $tracking->firstItem() }} to {{ $tracking->lastItem() }} out of {{ $tracking->total() }} items {{ $tracking->links() }}