@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) {{ ceil($job->white_sheet_24) }}:2412
@endif @if ($job->white_sheet_36 > 0) {{ ceil($job->white_sheet_36) }}:3618 @endif @endif
@if($job->white_offcut && !is_null($job->offcut_length) && !is_null($job->offcut_width)) Offcut: {{ $job->offcut_length }}x{{ $job->offcut_width }} @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) {{ ceil($job->white_satin_24) }}:2412
@endif @if ($job->white_satin_36 > 0) {{ ceil($job->white_satin_36) }}:3618 @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 @endif
@if($job->colour_offcut && !is_null($job->offcut_length) && !is_null($job->offcut_width)) Offcut: {{ $job->offcut_length }}x{{ $job->offcut_width }} @endif @endif
@if ($job->material_status == 'Arrived') @if ($job->edge_tape_recieved == "Yes") @if (!is_null($job->quantity_arrived)) ({{ $job->quantity_arrived }}m) @else @endif @endif @endif