@if ($trainee)
avatar rounded-circle
{{ trans('label.id') }}:
@if ($trainee) route('view.trainee.detail', $trainee->uuid), 'name' => $trainee->id ])'> @endif
{{ trans('trainee.status') }}:
@if ($trainee) @if ($trainee->current_state) {{ $trainee->current_state->name }} @endif @endif
{{ trans('trainee.name_furigana') }}:
{{ @$trainee->name_furigana }}
{{-- name --}}
{{ trans('trainee.name') }}:
{{ @$trainee->name }}
{{-- sex_name --}}
{{ trans('trainee.sex') }}:
@if ($trainee) @if ($trainee->sex_name) {{ $trainee->sex_name }} @endif @endif
{{-- nationality --}}
{{ trans('trainee.nationality') }}:
@if ($trainee->nationality) @if ($trainee->nationality->name) {{ $trainee->nationality->name }} @endif @endif
{{-- trainee_address --}}
{{ trans('trainee.address') }}:
{{ @$trainee->address }}
@endif