{{ __('Available Translations') }}
@adminCan('nearest.location.translate') @if ($code !== $languages->first()->code) @endif @endadminCan

{{ __('Edit Nearest Location') }}

@csrf @method('PUT')
@if ($code == $languages->first()->code)
@endif @adminCan('nearest.location.update')
@endadminCan