@extends('admin::excel.header')
@section('content')
@foreach (array_values($titles) as $col)
@php
if($col == 'Company' || $col == 'Division' || $col == 'Clinic Name' || $col == 'Doctor Department' || $col == 'Referral Doctor Name' || $col == 'Referral Doctor Mobile' || $col == 'Executive Name' || $col == 'Created Date'){
$width = '120px';
}
@endphp
{{ $col }} |
@endforeach
@stop
@section('title')
Referral Source Report
@stop