@php $themeVersion = env('THEME_VERSION', '1.0.1'); // Default to '1.0' if THEME_VERSION is not set @endphp {{-- --}} @yield('title', 'Laravel App')
@yield('content-section')
{{--
@yield('page-wrapper') @include('layouts.footer')
--}} @yield('scripts')