@stack('head')
@php $showPageReveal = in_array($page ?? null, ['home', 'about'], true); @endphp @if($showPageReveal)
@endif
{{ trans('fp.HOME') }}
{{ trans('fp.WORK') }}
{{ trans('fp.ABOUT') }}
{{ trans('fp.CONTACT') }}
($page ?? null) === 'home'])>
{{ trans('fp.HOME') }}
($page ?? null) === 'about'])>
{{ trans('fp.ABOUT') }}
($page ?? null) === 'work'])>
{{ trans('fp.WORK') }}
($page ?? null) === 'contact'])>
{{ trans('fp.CONTACT') }}
En
Sl
@yield('content')
app()->getLocale() === 'en'])>EN
app()->getLocale() === 'sl'])>SL
@stack('scripts')