@stack('vendor-style') @stack('style')
@include('admin.layouts.topbar') @include('admin.layouts.navigation')
{{ $slot }}
@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@include('admin.layouts.footer')
@stack('vendor-script') @stack('script')