返回充電
預約單申請
1.選擇充電樁
@foreach ($items as $item) @if($item->name == $device_code)
{{ $item->name }}
@else
{{ $item->name }}
@endif @endforeach
2.選擇日期
@foreach( $daysweek as $week)
{{ $week }}
@endforeach
3.選擇時段
@foreach($time_array as $itemsec)
{{ $itemsec }}
@endforeach