@extends('admin.layouts.app') @section('panel')
@forelse($data as $location) @empty @endforelse
@lang('Location') @lang('Status') @lang('Action')
{{ __($location->name) }}
@php echo @$location->statusBadge; @endphp
@php $location->image_with_path = getImage( getFilePath('location') . '/' . $location->image, getFileSize('location'), ); @endphp @if ($location->status == Status::DISABLE) @else @endif
{{ __($emptyMessage) }}
@if ($data->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @endpush @push('style') @endpush