@php if(!isset($object)) $object = new \App\Models\AssistanceAssignee(); @endphp
@if(isset($pageTitle)) {{$pageTitle}} @endif
{{ csrf_field() }} {{$formMode=='create'?method_field('POST'):method_field('PATCH')}}
@if(!(isset($object->assistant) &&( $object->assistant->user_type->title == 'employees')))
{{tran('Assistant Type')}} *
assistant)) data-selected="{{$object->assistant->user_type_id}}" @endif data-lang="{{$locale}}">
@foreach($assistant_types as $assistant_type)
assistant) &&($assistant_type ->id === $object->assistant->user_type_id)) selected @endif data-claim="{{$assistant_type->paid_per_task_id}}" data-url="{{route('search-assistants.drop-list',['assistant_type_id'=>$assistant_type->id])}}" >{{$assistant_type->title}}
@endforeach
{{tran('Assistant')}} *
assistant) data-selected="{{$object->assistant->id}}" @endisset>
{{tran('Claim Status')}} *
@foreach($claim_statuses as $claim_status)
claim_status_id) &&($claim_status->id === $object->claim_status_id)) selected @endif>{{tran(lang($claim_status->title))}}
@endforeach
@endif
{{tran('Mission Accomplished')}}
{{tran('Close')}}
{{tran('Submit')}}