この内容で新規申請します。
よろしければ「はい」ボタンをクリックしてください。
申請者
- {!! __('lang.application.wifi.date_created') !!}
- {!! \Carbon\Carbon::now()->isoFormat('YYYY年M月D日 (ddd)') !!}
- {!! __("lang.master.organization") !!}
- {!! implode(' / ', $organization['name']) !!}
- {!! __("lang.staff.staff_name") !!}
- {!! implode(' ', [ Session::get('staff.staff_sname'), Session::get('staff.staff_gname'), ]) !!}
【{!! $i + 1 !!}台目】 利用端末
- {!! __('lang.master.device.title') !!}
- {!! $device_list[$appliction_wifi_device['mtb_device_id'][$i]] !!}
- {!! __("lang.master.usage.title") !!}
- {!! $usage_list[$appliction_wifi_device['mtb_usage_id'][$i]] !!}
- {!! __("lang.application.wifi_device.staff_name") !!}
- {!! $staff_list[$appliction_wifi_device['dtb_staff_id'][$i]] !!}
- {!! __('lang.application.wifi_device.is_provided') !!}
- {!! __("lang.dictionary.is_yesno.{$appliction_wifi_device['is_provided'][$i]}") !!}
- {!! __('lang.application.wifi_device.device_number') !!}
- {!! $appliction_wifi_device['device_number'][$i] !!}
- 個人端末の承認
- 承認済み
{!! __("lang.application.wifi.remark") !!}
{!! (is_null($appliction_wifi['remark'])) ? 'なし' : nl2br($appliction_wifi['remark']) !!}