@push('css') @endpush @section('title', 'Shipped Order Edit')
{{-- --}}
Shipped Order Id: {{ $Order->code }}

{{ date('d F Y', strtotime($Order->order_date)) }}
{{ date('h:i A', strtotime($Order->order_date)) }}

@error('ProductName') {{ $message }} @enderror
{{-- --}} @php $i = 1; @endphp @foreach ($orderProductList as $key => $product) @endforeach
# Vendor Product Code Product Name Quantity Purchase Rate Sale Rate AmountWarehouseAction
{{ $i++ }} {{ $product['vendor']['business_name'] }} {{ $product['code'] }} {{ $product['name'] }} {{ $product_subtotal[$key] }}
@if (isset($Order->Contact))
Customer Name: {{ $Order->Contact->business_name }}
@endif
Bill Total Discount Shipping Charge Shipping Charge Amt to Pay Paid Amount Due
@error('subtotal') {{ $message }} @enderror
{{-- Start Payment --}}
@foreach ($paymentMethodList as $key => $item) @endforeach
Payment Method
Txn Id
Amount
Action
{{ $item['payment_method_name'] }}
{{ $item['transaction_id'] }} {{ $item['payment_amount'] }}

Add Payment

Payment Date
Payment Method @error('payment_method_id') {{ $message }} @enderror
Amount @error('payment_amount') {{ $message }} @enderror
Transaction Id
Code

{{-- End Payment --}} {{--
--}}
{{-- Start Delete Modal --}} {{-- End Delete Modal --}}
@push('scripts') {{-- Start Print --}} {{-- End Print --}} @endpush