@extends('layouts.app') @section('title','State/Districts List') @section('content')
@foreach ($districtes as $item) @endforeach
# Name Name (Bangla) Country Action
{{ $loop->iteration }} {{ $item->name }} {{ $item->name_bn }} {{ optional($item->country)->name }}
@endsection @push('delete')
@csrf @method('delete')
@endpush