@stack('css')
@include('back.layouts.sidebar')
@include('back.layouts.topbar') @if ($errors->any())
@endif
@yield('content')
@stack('js') @if (Session::has('success')) @endif @if (Session::has('error')) @endif