@if($errors->any()) @include('partials.notify', ['text' => $errors->first()]) @endif @include('partials.general.header') @yield('content') BACK TO TOP @include('partials.general.footer') @if(!Auth::guest()) @if (Auth::user()->first_login == 0) @endif @endif @stack('style') @stack('page-trigger')