Company Logo

JOB {{ strtoupper($name) }}

@if (isset($subtitle) && $subtitle)

{{ $subtitle }}

@endif
Location: {{ strtoupper($address) }}
Start Date: {{ $projectDate }}
Job Type: {{ $type == '1' ? 'CONTAINER' : 'LABELS' }}
Company: {{ strtoupper($company) }}
Status:
{{ $status->name }}
@if (count($operators) > 0)

Assigned Operators

The following operators have been assigned to this job:

@foreach($operators as $operator) @endforeach
Operator
{{ strtoupper($operator->user->full_name) }}
@else

No Operators Assigned

Currently, there are no operators assigned to this job.

@endif @if (count($details) > 0)

Works

@foreach($details as $detail) @endforeach
Name Size
{{ !$detail->name ? 'Pending' : strtoupper($detail->name) }} {{ !$detail->setting_size ? 'Pending' : $detail->setting_size->name }}
@endif

This is an automated message from the Job management system.

@if (in_array($status_id, [5,6]))

Here you will find the final document

@endif @if (!in_array($status_id, [5,6]))

Please log into the system for more details.

LOG INTO THE PLATFORM
@endif