@foreach($columns as $index => $column)
@if($column == 'Vehicle registration')
@elseif($column == 'Driver Names')
@elseif($column == 'Start area name')
@elseif($column == 'Start time')
@elseif($column == 'Max speed')
@elseif($column == 'Remark Action Plan')
@endif
|
@endforeach
|