@section('title') {{'Locations'}} @endsection @section('css_links') @endsection @section('style') @endsection @section('scripts') @endsection {{ __('Locations') }}
Add a location @if(!empty($locations)) @foreach($locations as $location) @endforeach @else @endif
Location Actions
{{ $location->name }}
No locations found.
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)

Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }} )

@endif
locations