@auth()
@include('layouts.page_templates.auth')
@endauth
@guest()
@include('layouts.page_templates.guest')
@endguest
@stack('js')
@auth()
@if (session()->has('success'))
@endif
@if (session()->has('info'))
@endif
@if (session()->has('danger'))
@endif
@if (session()->has('error'))
@endif
@endauth