@if($roster->approve_status==1)
{!! getApprovalInputField($roster->id,710) !!}
@else
@if($roster->child_exchange)
@if($roster->child_exchange->approve_status ==1)
@php
$roster->child_exchange->update(['approve_status'=>2])
@endphp
@endif
@endif
@if(company_settings()->approval_system ==2)
{{--
--}}
@endif
@endif