@section("title", "Locations")
@section('css_links')
@endsection
@section('style')
@endsection
@section('scripts')
@endsection
{{ __('Locations') }}
Add a location
Location |
Actions |
@if(!empty($locations))
@foreach($locations as $location)
{{ $location->name }} |
|
@endforeach
@else
No locations found. |
@endif
locations