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