@include('admin.layout.sidebar')
@include('admin.layout.navbar')
@yield('content')
@include('admin.layout.footer')
@yield('customJs')