@include("website.service-providers.includes.header") @if(Auth::guard('web_sp')->check() && (Auth::guard('web_sp')->user()->stripe_provider_account_id == null || session('stripe_status_incomplete') == true))
Your stripe account details are incomplete. Please update your account here to access job opportunities and be visible to clients or wait for the stripe to approve your account.
@endif @yield("body") @include("website.layouts.footer") @yield('footerItems') @if(session()->has('became_service_provider_details')) @php $became_service=session()->get('became_service_provider_details'); @endphp @if(isset($became_service['step2']) && $became_service['step2']==true) @endif @if(isset($became_service['step3']) && $became_service['step3']==true) @endif @if(isset($became_service['step4']) && $became_service['step4']==true) @endif @if(isset($became_service['step5']) && $became_service['step5']==true) @endif @endif @php if(session()->get('continue_success')): $successA=json_decode(session()->get('continue_success'),true); if($successA['success']['status']==200): @endphp @php endif; endif; @endphp @php if(session()->get('sp_continue_success')): $successA=json_decode(session()->get('sp_continue_success'),true); if($successA['success']['status']==200): @endphp @php endif; endif; @endphp