@yield('external_css')
@stack('internal_css')
@include('admin.components.layouts.partials.header')
@include('admin.components.layouts.partials.side-bar')
@section('content')
@show
@include('admin.components.layouts.partials.footer')
@include('sweetalert::alert')
@yield('external_scripts')
@stack('internal_scripts')