@laravelPWA @yield('style')
@include('layouts.menu')
@include('layouts.crud')
@include('layouts.alert')
@yield('content')
@yield('script')