@if($auth_data['is_admin'] || $auth_data['is_super_admin']) {{ ucfirst($job->user->company_name) }} - {{ ucfirst($job->name) }} @endif @if($auth_data['is_customer']) @if($job->submitted) @else @endif {{ ucfirst($job->name) }} @endif
@if($job->job_type == "Carcase") {{ $job->material_type == 'other' ? $job->other_material : 'HMR 16mm White' }} @else @if( $job->painted == 'No') @if ( !is_null($job->supplier) ) {{ $job->supplier }} - @endif @if ( !is_null($job->colour) ) {{ $job->colour }} - @endif @if ( !is_null($job->thickness) ) {{ $job->thickness }} @endif @else White Satin @endif @endif