{{-- Css for tree view --}} {{-- --}}
@include('backend.layouts.navbar')
@include('backend.layouts.notification')
@yield('content')
@yield('modal_content') {{-- delete confirmation Modal --}}
{{-- ajax loading spinner --}}
@yield('page_script') {{-- Js for tree view --}} @yield('before_body_end')