@push('styles') @endpush

{{ __('admin.locations_title') }}

{{-- Neuen Ort anlegen --}}

{{ __('admin.location_add') }}

@csrf
@error('name')

{{ $message }}

@enderror
{{-- Bestehende Orte --}} @if ($locations->isNotEmpty())
@foreach ($locations as $location) {{-- Anzeige-Modus --}} {{-- Bearbeitungs-Modus --}} @endforeach
{{ __('admin.location_name_label') }} {{ __('admin.address') }} {{ __('admin.actions') }}
@else

{{ __('admin.locations_empty') }}

@endif @push('scripts') @endpush