@extends('admin.layouts.app') @section('panel')
@forelse($locations as $location) @empty @endforelse
@lang('S.N.') @lang('Name') @lang('City') @lang('Status') @lang('Action')
{{$loop->index+$locations->firstItem()}} {{ __(ucfirst($location->name)) }} {{ __(ucfirst(@$location->town->name)) }} @php echo $location->statusBadge; @endphp @if($location->status == Status::ENABLE) @else @endif
{{ __($emptyMessage) }}
@if ($locations->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush