@include('Frontend.Layouts.partials.head') @yield('styles')
@if ( has_asset_logo('logo') )
@endif
@yield('header-menu-items')
@yield('content')
@include('Frontend.Layouts.partials.trans') @yield('self-scripts') @if (file_exists(storage_path('custom/js.js'))) @endif @yield('scripts')