@php $path = request()->route()->getName(); @endphp @yield('title') @if (getSetting('PWA') == 'enabled') @endif @yield('style')
@include('include.header') @include('include.sidebar')
@include('include.content-header')
@yield('content')
@include('include.footer')
@if (getSetting('PWA') == 'enabled') @include('include.pwa-installation-modal') @endif @if (isDemoMode())
${{ config('app.script_price') }}
@endif @yield('script')