@extends('admin::excel.header')
@section('content')
@foreach (array_values($titles) as $col)
@php
if($col == 'Status' || $col == 'Guset Name' || $col == 'Mobile Number' || $col == 'Guest Type' || $col == 'Tag Nnumber' || $col == 'Vehicle Number' || $col == 'Parking Valet' || $col == 'Retrieval Valet' || $col == 'Parking Area' || $col == 'Check-In Time'|| $col == 'Check-Out Time'){
$width = '90px';
}
if ($col == 'Original ID Collected') {
$width = '120px';
}
if ($col == 'Original ID Returned') {
$width = '120px';
}
@endphp
{{ $col }} |
@endforeach
@stop
@section('title')
Valet Parking Register Report
@stop