{{-- Стилі лейаута адмінки --}} @stack('head')
{{-- SIDEBAR --}} {{-- MAIN --}}
{{-- TOPBAR --}}

@yield('page_title','Адмінка')

@yield('page_actions')
{{-- CONTENT --}}
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $e)
{{ $e }}
@endforeach
@endif @include('partials.impersonation-banner') @yield('content')
@stack('body')