@extends('admin.layout.app') @section('title') City @endsection @section('header')
| No | Province | State | Name | Actions |
|---|---|---|---|---|
| {{ $cities->firstItem()+$key }} | {{ $city->state->province->name ?? "" }} | {{ $city->state->name ?? ""}} | {{ $city->name }} | @include('admin.city.actions') |