{{-- Partial: report-header Variables expected: $title — page title string $case — Cases model $identNo — identification number $reportNo — report number --}}
| VEGA CALIBRATIONS |
{{ strtoupper($title) }} |
Report No.: {{ $case->report_no ?? '' }} Identification No.: {{ $case->identification_no ?? '' }} |
|
| Customer: {{ optional($case->customer)->name ?? '' }} | Cycle Type: {{ $case->type_of_cycle ?? '' }} | Date of Study: {{ $case->performedOnDate ? \Carbon\Carbon::parse($case->performedOnDate)->format('d-M-Y') : '' }} | |