充電樁查詢
@foreach($arrayResult as $key => $value) @if( $value == '未預約' ) @elseif( $value == '已預約' ) @endif @if($i%4 == 0)
@endif @endforeach