@yield('css') @if(Request::path() == 'admin/users' || Request::path() == 'admin/subcategory' || Request::path() == 'admin/services' || Request::path() == 'admin/question' || Request::path() == 'admin/skill' || Request::path() == 'admin/servicerequest' || Request::path() == 'admin/completedservice'|| Request::path() == 'admin/ongoingservice' || Request::path() == 'admin/paymenthistory' || Request::path() == 'admin/provider')
@csrf
@endif @if(Request::path() == 'admin/categories')
@csrf
@endif @if(Request::path() == 'admin/services')
@csrf
@endif @if(Request::path() == 'admin/skill')
@csrf
@endif
@yield('content')
@yield('js')