@extends('admin.layout.app') @section('content')

Sub City

+ Add Sub City
@foreach ($subCities as $key => $subCity) @endforeach
# Name Action
{{ $key + 1 }} {{ $subCity->name }} ({{ collect([$subCity->city->name ?? null, $subCity->city->state->name ?? null])->filter()->implode(', ') }}) Edit
@csrf @method('DELETE')
@endsection