@extends('layouts.app') @section('content')

Edit Pemesanan

@csrf @method('PUT')
{{-- Consolidated and moved "Status Pemesanan" here to match the screenshot --}}
{{ ucfirst(str_replace('_', ' ', $order->status)) }}
@error('status')
{{ $message }}
@enderror
@error('technician_id')
{{ $message }}
@enderror
{{-- Removed the duplicate "Status Pemesanan" select element from here --}}
Kembali
@endsection