Period: {{ $from ? \Carbon\Carbon::parse($from)->format('d M Y') : 'All' }} {{ ($from && $to) ? ' — ' : '' }} {{ $to ? \Carbon\Carbon::parse($to)->format('d M Y') : '' }}
@endif| File no | Kitchen | Value | Sale Date | Customer | CM by | CM Date | Delivery | Manufacture | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $job?->job_number ?? '' }} | {{ $job?->lead?->brand?->name ?? '' }} | {{ number_format($job?->job_value ?? 0) }} | {{ $job?->sale_date?->format('d/m/Y') ?? '' }} | {{ $job?->contact ? strtoupper($job->contact->last_name ?? '') . (($job->contact->first_name ?? '') ? ' ' . strtoupper(substr($job->contact->first_name, 0, 3)) : '') : '' }} | {{ $cm->measurer?->name ?? '' }} | {{ $cm->scheduled_date?->format('d/m/Y') ?? '' }} | {{ $cm->delivery_date?->format('d/m/Y') ?? '' }} | {{ $cm->manufacture_date?->format('d/m/Y') ?? '' }} | ||||
| {{ $cm->notes }} | ||||||||||||