@if($currentCompany->code == 'comerciodemontijo')
Comercio de Montijo
@else
@yield('page_title')
@endif
@if($currentCompany->code == 'bonobonitopalma')
@elseif($currentCompany->code == 'comerciodemontijo')
@elseif($currentCompany->code == 'gramonal')
@elseif($currentCompany->code == 'tordera')
@else
@endif
{{----}}
@if($currentCompany->code == 'cardedeu')
@endif
@include('frontend.layouts.google-analytics')
@yield('seo')
@yield('css')
{!! RecaptchaV3::initJs() !!}
@include ('frontend.layouts.nav-top')
@yield('content-wrapper')
@include('frontend.layouts.footer')
@stack('scripts')
@include('frontend.layouts.cookies')