@if($user->is_superadmin)
@include('sections.superadmin-left-sidebar')
@else
@include('sections.left-sidebar')
@endif
@include('sections.breadcrumb')
@if($user->hasRole('admin'))
{{--Footer sticky notes--}}
{{--sticky note end--}}
{{--sticky note modal--}}
{{--sticky note modal ends--}}
@endif
{{--Ajax Modal--}}
{{--Ajax Modal Ends--}}
{{--Ajax Modal--}}
{{--Ajax Modal Ends--}}
@include('sections.right-sidebar')
{{--sticky note script--}}
@stack('footer-script')