@extends('admin::excel.header') @section('content') @foreach (array_values($titles) as $col) @php if($col == 'Work Order Updates' || $col == 'Asset Details' || $col == 'Description/Complaint'){ $width = '230px'; } else{ $width = '90px'; } if ($col == 'Created By' || $col == 'Requested By' || $col == 'Work Department') { $width = '120px'; } if ( $col == 'Technicians' || $col == 'Response Time' || $col == 'Turn Around Time'){ $width = '200px'; } if ($col == 'Problem List') { $width = '130px'; } if ($col == 'Requested Date' || $col == 'Assigned Date' || $col == 'Preferred Date & Time' || $col == 'Status Date') { $width = '180px'; } @endphp @endforeach
{{ $col }}
@stop @section('title') Service Request Report @stop