{{ __('app.nav_home') }}
{{ __('app.nav_locations') }}
@foreach($locations as $location)
{{ $location->name }}
@endforeach
{{ __('app.nav_types') }}
@foreach($types as $type)
{{ $type->name }}
@endforeach
{{ __('app.nav_about') }}
{{ __('app.nav_contact') }}
getLocale() == 'en' ? 'selected' : '' }}>EN
getLocale() == 'hr' ? 'selected' : '' }}>HR
@yield('content')