@yield('admin_css')
@include('master.header_bar')
@include('master.side_bar')
@yield('content')
@include('master.footer')
@yield('admin_js')