Files

9 lines
308 B
PHP
Raw Permalink Normal View History

2025-12-09 06:52:43 +00:00
@auth
<x-header.currency />
@endauth
<div class="relative flex items-center justify-center w-full h-52" style="background-image: url({{ asset('images/kasja_mepage_header.png') }})">
<div class="absolute w-full h-full bg-black bg-opacity-50"></div>
<x-header.auth />
<x-header.guest />
</div>