{{-- DataTable --}} @stack('style')
@include('layouts._sidebar')
@include('layouts._topbar')
@include('layouts._breadcrumb') @yield('content')
@include('layouts._footer') @stack('script') @include('sweet::alert') @if(Session::has('success')) @endif @if(Session::has('error')) @endif @if ($errors->any()) @endif