@extends('admin.layouts.app') @section('panel')
@forelse($cities as $city) @php $city->image_with_path = getImage(getFilePath('city') . '/' . $city->image, getFileSize('city')); @endphp @empty @endforelse
@lang('S.N.') @lang('City') @lang('Name') @lang('Listings') @lang('Action')
{{ $cities->firstItem() + $loop->index }} {{ __($city->name) }}
{{ $city->region->name }}
{{ getAmount($city->listings_count) }} @if ($city->status == Status::ENABLE) @else @endif @if ($city->is_featured == Status::YES) @else @endif
{{ __($emptyMessage) }}
@if ($cities->hasPages()) @endif
@php $cityImage = getImage(getFilePath('city'), getFileSize('city')); @endphp @endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush