@props(['backButton' => true])
@include('components.layouts.partials.head')
merge(['class' => 'text-primary-900 w-full']) }} >
@if($backButton)
{{__('<< back')}}
@endif
{{$slot}}
@include('components.layouts.partials.tail', ['skipCookieContentBar' => true])