@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

Contract with Sponsor Agency

@if(empty($step_status))

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.

@elseif($contract_status == 2) @if(!empty($portfolio->placement_agency_id) && $portfolio->placementAgency->checkAgencySync())
User sent request. Request will be accept or reject by ITN admin.
@else
{{ csrf_field() }}

User sent request. Click Here to accept or reject request.

@endif @elseif($contract_status == 3) @if(!empty($agency_contract->is_expired) && $agency_contract->request_status==2)

Your contract signed with user.

@elseif(!empty($agency_contract->is_expired) && $agency_contract->request_status==3)

You rejected user contract request.

@else

Contract Request is expired.

@endif @else

User still not contract with any agency

@endif @endif