@if($errors->any()) @include('partials.notify', ['text' => $errors->first()]) @endif @include('partials.general.header') @yield('content')
BACK TO TOP
@include('partials.general.footer')