@extends('admin.layouts.app')
@section('crumb')
| Ref | Name | Country | image | Created At | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $city->name }} | {{ $city->country->name ?? '-' }} |
@if($city->image)
|
{{ $city->getCreatedAt() }} | Actions |
| no data found |