@yield('page_css') @if (isset($department) && $department == "parts") @endif @yield('page_js') @include('backend.layouts.partials.header')
@include('backend.layouts.partials.left')
@yield('rightside_top')
@yield('content')
@yield('modals')
@include('backend.layouts.partials.footer') @include('backend.layouts.partials.ajax') @include('backend.share._modal._alert_dialog') @include('backend.share._modal._confirm_dialog')