@if(request()->is('admin/dashboard'))
@endif
@if(request()->is('admin/dashboard'))
@endif
@if(request()->is('admin/users') || request()->is('admin/states') || request()->is('admin/cities') || request()->is('admin/locations'))
@endif
@if(request()->is('admin/user/*') || request()->is('admin/city/*') || request()->is('admin/location/*') || request()->is('admin/waste/*'))
@endif
@if(request()->is('admin/dashboard') || request()->is('admin/waste/*'))
@endif
@yield('pageCSS')
@if(request()->is('admin/*'))
@else
@yield('content')
@endif
@if(request()->is('admin/dashboard'))
@endif
@if(request()->is('admin/dashboard') || request()->is('admin/waste/*'))
@endif
@if(request()->is('admin/users') || request()->is('admin/states') || request()->is('admin/cities') || request()->is('admin/locations') || request()->is('admin/wastes') || request()->is('admin/containers'))
@endif
@if(request()->is('admin/user/add'))
@endif
@if(request()->is('admin/state/*') || request()->is('admin/city/*') || request()->is('admin/location/*') || request()->is('admin/waste/*') || request()->is('admin/container/*'))
@endif
@if(!request()->is('admin/dashboard'))
@endif
@yield('pageJS')