@foreach ($sectors as $key => $sector) @endforeach
No # Name Created At Actions
{{ $sectors->firstItem() + $key }} {{ $sector->name }} {{ $sector->created_at->format('d-M-Y') }} Edit
@csrf @method('DELETE')
@if(!empty($sectors)) {!! $sectors->links() !!} @endif