@include('layouts/header')
Total State (s): {{ $states->total() }}
@foreach ($states as $data) @endforeach
S. No. State Name
{{ $loop->index+1}} {{ $data->state_name }}
@include('layouts/footer')