@extends('layouts.app') @section('content')
@include('layouts.navigation')
@foreach($state as $key => $value) @endforeach
S.No. State Name Action
{{ $key + 1 }} {{ $value->name }}
  • @csrf @method('DELETE')
{{$state->links('pagination::bootstrap-4')}}
{{-- Scripts --}}
@endsection