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