# | {!! __("lang.vacation.college_label") !!} | {!! __("lang.vacation.vacation_label") !!} | {!! __("lang.vacation.date") !!} | {!! __("lang.form.remark") !!} | |
---|---|---|---|---|---|
{!! $key + 1 !!}
|
@if(!is_null($value['kaigo_label'])) {!! $value['kaigo_label'] !!} @else {!! $value['japanese_label'] !!} @endif | {!! $value['vacation_label'] !!} |
|
{!! nl2br($value['remark']) !!} | |
{!! __("lang.error.empty") !!} |
# | {!! __("lang.foreigner.practice.destination") !!} | {!! __("lang.practice.practice_label") !!} | {!! __("lang.foreigner.practice.date") !!} | {!! __("lang.form.remark") !!} | |
---|---|---|---|---|---|
{!! $key + 1 !!}
|
{!! $value['destination'] !!} | @if(!is_null($value['mtb_practice_id'])) {!! $practice_list[$value['mtb_practice_id']] !!} @endif |
@if(!is_null($value['from']) || !is_null($value['to']))
|
{!! nl2br($value['remark']) !!} | |
{!! __("lang.error.empty") !!} |