@include('panel.layouts.head')
@yield('page-title')
@include('panel.layouts.styles')
@yield('custom-style')
@include('panel.layouts.superadmin.header')
{{-- @include('panel.layouts.sidebar') --}}
@yield('content')
@include('panel.layouts.scripts')
@yield('custom-scripts')
@include('panel.layouts.footer')
{{-- loader to display in ajax process --}}
{{-- --}}