|
CRI Digital Manufacturing
Laser Stop Alert
Laser machine stoppage notification
|
!
|
|
⚠ Laser Stop Detected
The following laser stop records require your attention.
|
|
Stopped Machine Records
Total records: {{ $records->count() }}
|
|
No
|
Plant
|
Machine
|
Production Order
|
Item Code
|
Serial Number
|
Status
|
Stopped At
|
Stopped By
|
@foreach($records as $index => $record)
|
{{ $index + 1 }}
|
{{ $plantName }}
|
{{ $machineName }}
|
{{ $record->aufnr }}
|
{{ $record->item?->code ?? $record->item_id }}
|
{{ $record->gernr }}
|
STOPPED
|
{{ $record->stopped_datetime }}
|
{{ $record->stopped_by }}
|
@endforeach
|
|
This is an automated notification from
CRI Digital Manufacturing.
Please take the necessary action regarding the stopped machine.
© {{ date('Y') }} {{ $company }}
Automated Laser Stop Alert Mail
{{--
Laser Stop Report • {{ now()->format('d M Y, h:i A') }}
--}}
|