Location List
@foreach ($locations as $index => $location) @endforeach
Sr.No Ward Name Location Name Action
{{ ($locations->currentPage() - 1) * $locations->perPage() + $index + 1 }} {{ $location->ward_name }} {{ $location->place }}
{{ $locations->links() }}