@extends('admin::excel.header')
@section('content')
@foreach (array_values($titles) as $col)
@php
if($col == 'Company' || $col == 'Division' || $col == 'Sl. No' || $col == 'Referral Date' || $col == 'Referral Hospital/Clinic' || $col == 'Referral Doctor' || $col == 'Referral Department' || $col == 'OP. No' || $col == 'Patient Name' || $col == 'Destination Department'){
$width = '120px';
}
@endphp
{{ $col }} |
@endforeach
@stop
@section('title')
Referral Patient Report
@stop