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