@extends('layouts.app') @section('title','Work Order') @section('page-title','Work Order Detail') @section('content') @php $sm=$workOrder->status_meta; $pm=$workOrder->priority_meta; @endphp
This work order has been assigned to {{ $workOrder->assignedStaff?->name }}. Click below to confirm you have started working on it.
Describe what was done. The assignor ({{ $workOrder->creator?->name }}) will review and validate before closing.
Inspect the work and either validate it as complete or send it back with issues.
Validated by {{ $workOrder->validator?->name }} on {{ $workOrder->validated_at?->format('d M Y H:i') }}
@if($workOrder->validation_notes){{ $workOrder->validation_notes }}@endif