{{-- mainLayouts extends --}} @extends('layouts.contentLayoutMaster') {{-- Page title --}} @section('title', 'Township List') @section('vendor-style') @endsection {{-- page style --}} @section('page-style') @endsection @section('content') {{--
| # | Township | City | Created | Created By | ||
|---|---|---|---|---|---|---|
| {{ $key + $townships->firstItem() }} | {{ $township->name }} | {{ $township->city && $township->city->name ? $township->city->name : '-' }} | {{ $township->created_time }} | Admin | ||
| No townships found! | ||||||