{{ $job->user->company_name }} - {{ $job->internal_id }} - {{ $job->name }} - {{ $job->part }} - {{ @$total }} @if(!Auth::user()->hasRole('Customer'))
@if($job->job_type == "Carcase") {{ $job->material_type == 'other' ? $job->other_material : $job->material_type }} @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 White Satin @endif @else Hardware @endif @endif