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