@yield('css')
@if (!isset($hiddenButtons))
@include('layouts.partials.alert') @if(auth()->check() && request()->path() != "register")
@endif @yield('content')
@else
@endif
@yield('js')