@extends('layouts.app') @section('title', 'Processing — ' . $job->job_number) @section('breadcrumb')Processing {{ $job->job_number }}@endsection @section('content')
{{ $job->contact?->full_name }} · {{ $job->site_address }}, {{ $job->site_suburb }}
@if($job->sent_to_manufacture) Sent to manufacture by {{ $job->sentToManufactureBy?->name ?? 'Unknown' }} on {{ $job->sent_to_manufacture_at?->format('d M Y, g:i A') }}. Factory employees can now see and work on this job. @else When ready, send this job to the factory floor. Factory employees will be notified and can start their assigned tasks. @endif
No task assignments yet. Factory employees will see this job based on their configured tasks.
@endifJob {{ $job->job_number }}
This will make the job visible to all factory employees and automatically create task assignments based on each employee's configured tasks. This action cannot be undone.
Assign employee tasks to factory employees for this job.
{{ $order->description }}