@section('title', 'Sale Add')

@error('code') {{ $message }} @enderror
@error('date') {{ $message }} @enderror
@error('ProductName') {{ $message }} @enderror
{{-- --}} {{-- --}} @php $i = 0; @endphp @foreach ($orderProductList as $key => $product) {{-- --}} {{-- --}} @endforeach
# Product Image Product Name Quantity Sale RateDiscountAmountWarehouseAction
{{ ++$i }} @if($product_image[$key]) @endif {{ $product['name'] }} {{$product_subtotal[$key]}}
@error('warehouse_id') {{ $message }} @enderror
@error('contact_id') {{ $message }} @enderror
Bill Total Discount Shipping Charge Shipping Charge Amt to Pay Paid Amount Due
@error('subtotal') {{ $message }} @enderror --}} @endforeach
@php $i = 0; @endphp @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
@push('scripts') {{-- Start Print --}} {{-- End Print --}} @endpush