@include('frontend.jpt.layout.partials.head')
@if (!Route::is(['error-404', 'error-500'])) @include('frontend.jpt.layout.partials.header') @endif @yield('content') @if (!Route::is(['error-404', 'error-500'])) @include('frontend.jpt.layout.partials.footer') @include('frontend.jpt.layout.partials.footer-scripts') @endif