City/Town Setup Data

City/Town Record Table
@foreach($cityTowns as $cityTown) @endforeach
City/Town Name District Region Active Created Updated Action
{{$cityTown->title ?? null}} {{$cityTown->district['title'] ?? null}} {{$cityTown->district->region['title'] ?? null}} @if($cityTown->active) Yes @else No @endif {{$cityTown->created_at}} {{$cityTown->updated_at}}