@php $agency_contract = @$step_verified_data['contract_data']; $contract_status = @$step_verified_data['contract_status']; $agency_data = @$step_verified_data['agency_data']; $user_email = @$step_verified_data['user_email']; @endphp
This step is disable until user will reach to step.
@else @if($contract_status == 1)User contract started with {{ @$step_verified_data['sponsor_name'] }} agency.
Your contract signed with user.
@elseif(!empty($agency_contract->is_expired) && $agency_contract->request_status==3)You rejected user contract request.
@elseContract Request is expired.
@endif @elseUser still not contract with any agency
@endif @endif