Locations

{{-- Create Permission --}} @can('location.create') @endcan
@foreach($locations as $index => $location) @endforeach
S.No. Name Type City Status Main Location Action
{{ $index + 1 }} {{ $location->name ?? $location->external_name }} {{ str_replace('_',' ', $location->location_type) }} {{ $location->city ?? '-' }}
status ? 'checked' : '' }}>
status ? 'disabled' : '' }} {{ $location->is_main_location ? 'checked' : '' }}>
@push('scripts') @endpush