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

{{ $order->exists ? 'Edit order' : 'Create order' }}

Manage the admin-level order record, status, totals, shipping method, and internal notes.
@if($order->exists)
@csrf @method('DELETE')
@endif Back
@csrf @if($order->exists) @method('PUT') @endif
Auto generates, but can be modified.
Cancel
@endsection