@extends('layouts.app') @section('page_title', 'Edit Order') @section('page_subtitle', 'Update order information and packaging status') @section('content')
@csrf @method('PUT') @include('orders._form', ['order' => $order])
@endsection