@include('Admin.Layouts.header')
@include('Admin.Layouts.sidebar')
@yield('content')
@include('Admin.Layouts.footer')
@yield('js')