@if($job->job_type == "Carcase") {{ $job->material_type == 'other' ? $job->other_material : $job->material_type }} @if ($job->material_type == 'other') {{ $job->supplier == 'Other' ? $job->other_supplier : $job->supplier }} - {{ $job->colour }} - {{ $job->thickness == 'Other' ? $job->other_thickness : $job->thickness }} - {{ $job->finish }} @endif @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->finish) ) {{ $job->finish }} @endif @if (!is_null($job->edge_tape)) ({{ $job->edge_tape }}m) @endif @else White Satin @endif @if (!is_null($job->profile_flat)) ({{ $job->profile_flat }}) @endif @else Hardware @endif