| Job Number | Client | Job Name | P. Complete | Material | Sheet Quantity | Material Supplied By | Edge Tape |
|---|---|---|---|---|---|---|---|
| {{ $job->internal_id }} | {{ $job->user->company_name }} | {{ $job->name }} | {{ $job->production_handover_date }} | @if($job->job_type == "Carcase") {{ $job->material_type == 'other' ? $job->other_material : $job->material_type }} @if ($job->black_edge == "Yes") BLACK EGDE @endif @elseif ($job->job_type == "Doors/Panels") @if ( !is_null($job->supplier) || !is_null($job->colour) || !is_null($job->thickness)) @if ( !is_null($job->supplier) ) {{ $job->supplier }} - @endif @if ( !is_null($job->colour) ) {{ $job->colour }} - @endif @if ( !is_null($job->thickness) ) {{ $job->thickness }} @endif @if (!is_null($job->edge_tape)) ({{ $job->edge_tape }}m) @endif @else @endif @else Hardware @endif |
@if($job->job_type == "Carcase")
@if (is_null($job->white_sheet_24) && is_null($job->white_sheet_36))
-
@else
@if ($job->white_sheet_24 > 0)
2412: {{ $job->white_sheet_24 }} @endif @if ($job->white_sheet_36 > 0) 3618: {{ $job->white_sheet_36 }} @endif @endif @if($job->white_offcut) 1 Offcut @endif @else @if (!is_null($job->supplier) || !is_null($job->colour) || !is_null($job->thickness)) @if (!is_null($job->colour_sheets_size) && $job->colour_sheets_size) @foreach ($job->colour_sheets_size ?? [] as $size) {{ $size['qty'] }}:{{ $size['length'] ?? 0 }}x{{ $size['width'] ?? 0 }} @if (!$loop->last) @endif @endforeach @else - @endif @else @if (is_null($job->white_satin_24) && is_null($job->white_satin_36)) - @else @if ($job->white_satin_24 > 0) 2412: {{ $job->white_satin_24 }} @endif @if ($job->white_satin_36 > 0) 3618: {{ $job->white_satin_36 }} @endif @if (!is_null($job->colour_sheets_size) && $job->colour_sheets_size) @foreach ($job->colour_sheets_size ?? [] as $size) {{ $size['qty'] }}:{{ $size['length'] ?? 0 }}x{{ $size['width'] ?? 0 }} @if (!$loop->last) @endif @endforeach @endif @endif @if($job->colour_offcut) 1 Offcut @endif @endif @endif |
@if ($job->job_type != 'Carcase' && $job->customer_supplied == 'Yes') Client @else TC @endif | {{ $job->sheets_edge_tape ?? '' }} |