@extends('admin::excel.header') @section('content') @foreach (array_values($titles) as $col) @php if($col == 'Visit Ref 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'; } if ($col == 'Original ID Collected') { $width = '120px'; } if ($col == 'Original ID Returned') { $width = '120px'; } @endphp @endforeach
{{ $col }}
@stop @section('title') Visit Register Report @stop