@php $themeVersion = env('THEME_VERSION', '1.0.1'); // Default to '1.0' if THEME_VERSION is not set @endphp @yield('title', 'Laravel App') {{-- --}} {{-- --}}
@if (!Route::is('bookings.print')) @include('layouts.sidebar') @endif @if (!Route::is('bookings.print')) @include('layouts.header') @endif
@yield('page-wrapper') @if (!Route::is('bookings.print')) @include('layouts.footer') @endif
@yield('scripts')