avatar rounded-circle
{{ @$model->name }} @if ($model->customer)
{{ trans('customer.customer') }}:
customer->uuid) }}", "name": "{{ $model->customer->id . ' ' . $model->customer->name }}" }'>
@endif
{{-- detail status --}}
  • {{ trans('trainee.tab_note') }}
  • {{ trans('trainee.tab_email') }}
  • {{ trans('trainee.tab_call') }}
  • {{ trans('trainee.tab_task') }}
  • {{ trans('trainee.tab_meeting') }}
{{-- name_furigana --}}
{{ trans('label.id') }}:
{{ $model->trainee_id }}  
{{-- name_furigana --}}
{{ trans('trainee.name_furigana') }}:
{{ $model->name_furigana }}  
{{-- name --}}
{{ trans('trainee.name') }}:
{{ $model->name }}  
{{-- name_kanji --}} {{-- birthday --}}
{{ trans('trainee.birthday') }}:
{{ $model->birthday }}({{ $model->age }}{{ trans('label.age') }})  
{{-- sex --}}
{{ trans('trainee.sex') }}:
@if ($model->sex_name) {{ $model->sex_name }} @endif  
{{-- nationality_id --}}
{{ trans('trainee.nationality_id') }}:
@if ($model->nationality) @if ($model->nationality->name) {{ $model->nationality->name }} @endif @endif  
{{-- language_id --}}
{{ trans('trainee.language_id') }}:
@if ($model->language) @if ($model->language->name) {{ $model->language->name }} @endif @endif  
{{-- birth_place --}}
{{ trans('trainee.birth_place') }}:
{{ $model->birth_place }}  
{{-- maried_status --}}
{{ trans('trainee.maried_status') }}:
@if ($model->marital_div_name) {{ $model->marital_div_name }} @endif  
{{-- address --}}
{{ trans('trainee.address') }}:
{{ $model->address }}  
{{-- phone --}}
{{ trans('trainee.phone') }}:
{{ $model->phone }}  
{{-- email --}}
{{ trans('trainee.email') }}:
{{ $model->email }}  
{{ trans('trainee.line_qrcode') }}:
@if ($model->line_qrcode) @else   @endif
{{ trans('trainee.facebook_qrcode') }}:
@if ($model->facebook_qrcode) @else   @endif
{{-- note --}}
{{ trans('trainee.note') }}:
{!! $model->note !!}