@extends('admin::excel.header')
@section('content')
@foreach (array_values($titles) as $col)
@php
if($col == 'Pass Request No' || $col == 'Visit Date' || $col == 'Visitor Category' || $col == 'Visitor Name' || $col == 'Mobile' || $col == 'Host Name' || $col == 'Purpose' || $col == 'Check-In Time' || $col == 'Check-Out Time' ){
$width = '90px';
}
@endphp
{{ $col }} |
@endforeach
@stop
@section('title')
Visitor Duration Analysis Report
@stop