@extends('layouts.admin.base-dashboard') @section('title', 'Edit Delivery Order') @section('content')
@csrf @method('PUT')
Edit Delivery Order

@foreach ($trx->items as $idx => $item) @endforeach
Produk Harga Qty Diskon Subtotal
Total
@endsection @push('script') @endpush