@stack('styles')
@laravelPWA
@auth
@include('sweetalert::alert')
@include('back_office.layouts.navbars.sidebar')
@include('back_office.layouts.navbars.nav')
@endauth
@yield('content')
@stack('scripts')
@php
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
@endphp