@extends('admin::excel.header')
@section('content')
@foreach (array_values($titles) as $col)
@php
if($col == 'Ref.No' || $col == 'Division' || $col == 'Clinic Name' || $col == 'Executive Name' || $col == 'Type' || $col == 'Date' || $col == 'Address' || $col == 'Remarks'){
$width = '120px';
}
@endphp
{{ $col }} |
@endforeach
@stop
@section('title')
Referral Source Revisit Report
@stop