@stack('css-lib')
@laravelPWA
@include(template().'partials.banner')
@include(template().'partials.header')
@yield('content')
@stack('js-lib')
@stack('script')
@if (session()->has('success'))
@endif
@if (session()->has('error'))
@endif
@if (session()->has('warning'))
@endif
@include('plugins')
@include(template().'partials.pwa')