District Setup Data

District Record Table
@foreach($districts as $district) @endforeach
District Category Region Active Created Updated Action
{{$district->title ?? null}} {{$district->category['title'] ?? null}} {{$district->region['title'] ?? null}} @if($district->active) Yes @else No @endif {{$district->created_at}} {{$district->updated_at}}