@if(is_null($staff['image']))
,
'avators',
)
@else
,
'staff',
$staff['image'],
]) !!})
@endif
-
-
{!! __("lang.staff.staff_number") !!}
-
{!! $staff['staff_number'] !!}
-
-
{!! __("lang.staff.staff_name") !!}
-
{!! implode(' ', [
$staff['staff_skana'],
$staff['staff_mkana'],
$staff['staff_gkana'],
]) !!}
-
-
{!! __("lang.year.title") !!}
-
{!! $staff['year_label'] !!}
-
-
{!! __("lang.scheme.title") !!}
-
{!! $staff['scheme_label'] !!}
-
-
{!! __("lang.workplace.title") !!}
-
{!! (is_null($staff['workplace_label'])) ? '---' : $staff['workplace_label'] !!}
-
-
{!! __("lang.coe.title") !!}
-
{!! (is_null($staff['coe_label'])) ? '---' : $staff['coe_label'] !!}
-
-
{!! __("lang.employee.title") !!}
-
{!! (is_null($staff['employee_label'])) ? '---' : $staff['employee_label'] !!}
@if(!is_null($staff['japanese_label']))
-
-
{!! __("lang.japanese.title") !!}
-
{!! $staff['japanese_label'] !!}
@endif
@if(!is_null($staff['kaigo_label']))
-
-
{!! __("lang.kaigo.title") !!}
-
{!! $staff['kaigo_label'] !!}
@endif