@stack('head')
@php $showPageReveal = in_array($page ?? null, ['home', 'about'], true); @endphp @if($showPageReveal)
@endif
Home
Work
About
Contact
($page ?? null) === 'home'])>
Home
($page ?? null) === 'about'])>
About
($page ?? null) === 'work'])>
Work
($page ?? null) === 'contact'])>
Contact
En
Sl
@yield('content') @stack('scripts')