申請端末
{!! __("lang.common.count") !!} :
{!! $wifi_device_list_count !!}
#
|
{!! __("lang.application.wifi_device.is_auth") !!} | {!! __("lang.staff.staff_name") !!} | {!! __("lang.master.device.title") !!} | {!! __("lang.master.usage.title") !!} | {!! __("lang.application.wifi_device.appliction_wifi_device_label") !!} | {!! __("lang.application.wifi_device.mac_address") !!} | {!! __("lang.application.wifi_device.date_created") !!} |
---|---|---|---|---|---|---|---|
{!! $key + 1 !!}
|
@if($value['is_auth'])
|
{!! implode(' ', [ $value['staff_sname'], $value['staff_gname'], ]) !!} | {!! $value['device_label'] !!} | {!! $value['usage_label'] !!} | {!! $value['appliction_wifi_device_label'] !!} | {!! $value['mac_address'] !!} | {!! \Carbon\Carbon::parse($value['date_created'])->isoFormat('YYYY年MM月DD日') !!} |
|
{!! __("lang.error.empty") !!} |