{{-- avatar rounded-circle --}}
{{ @$model->name }}
{{ trans('customer.name') }}:
@if ($model->customer) customer->uuid) }}", name: "{{ $model->customer->id . ' ' . $model->customer->name }}", }'> @endif
  • {{ trans('document.tab_note') }}
  • {{ trans('document.tab_email') }}
  • {{ trans('document.tab_call') }}
  • {{ trans('document.tab_task') }}
  • {{ trans('document.tab_meeting') }}
{{ trans('label.edit') }}
{{-- id --}}
{{ trans('label.id') }}:
{{ $model->id }}  
{{-- name --}}
{{ trans('document.name') }}:
{{ $model->name }}  
{{-- type_name --}} {{-- contract_date --}}
{{ trans('document.cooperation_memorandum_contract_date') }}:
{{ $model->contract_date }}  
{{-- contract_begin_date --}}
{{ trans('document.cooperation_memorandum_contract_begin_date') }}:
{{ $model->contract_begin_date }}  
{{-- nationality --}}
{{ trans('trainee.nationality') }}:
@if ($trainee->nationality) @if ($trainee->nationality->name) {{ $trainee->nationality->name }} @endif @endif
{{-- language_id --}}
{{ trans('trainee.language_id') }}:
@if ($model->language) @if ($model->language->name) {{ $model->language->name }} @endif @endif  
{{-- application_no --}}
{{ trans('document.cooperation_memorandum_file') }}:
 
{{-- expiration_date --}}
{{ trans('document.cooperation_memorandum_expiration_date') }}:
((model.expiration_date))
((model.expiring_soon?.message))
((model.expiration_date))
{{-- priority --}}
{{ trans('document.priority') }}:
@if ($model->priority) {{ @$model->priority_name }} @else   @endif
{{-- progress --}}
{{ trans('document.progress') }}:
{{ $model->progress_formatted }}  
{{-- note --}}
{{ trans('document.note') }}:
{!! $model->note !!}