Jobs Processed

Check Measured & In Processing

@if($from || $to)

Period: {{ $from ? \Carbon\Carbon::parse($from)->format('d M Y') : 'All' }} {{ ($from && $to) ? ' — ' : '' }} {{ $to ? \Carbon\Carbon::parse($to)->format('d M Y') : '' }}

@endif @foreach($checkMeasures as $cm) @php $job = $cm->job; @endphp @if($cm->notes) @endif @endforeach
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 }}
Summary for 'Processing' = ({{ $checkMeasures->count() }} detail record{{ $checkMeasures->count() !== 1 ? 's' : '' }})