@yield('style') @stack('style')
@include('partials.sidebar')
@include('partials.header')
@yield('content')
{{-- --}} @if (session('success')) @endif @if (session('error')) @endif @stack('scripts')