@stack('bootstrap')
@stack('style')
@if(isset($errors)) @if($errors->any()) @include('partials.notify', ['text' => $errors->first()]) @endif @endif @include('partials.general.inner-header') @yield('content') @include('partials.general.footer')