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