@extends('layouts.master') @section('page_title', 'Exchange Order Details') @section('title', 'Exchange Order Details') @section('main_item', 'Exchange') @section('sub_item', 'Add Exchange') @section('content')

Exchange Order Details(previous)

@foreach ($sale_items as $count => $sale_item) @endforeach
Product Name Quantity Selling Price Line Total Exchange Quantity Exchange
{{ $sale_item->product->product_name }} {{ $sale_item->sale_line_total }}
Previous Total: {{$sale->invoice_nettotal}}
Previous Paid: {{$paid}}
Sub Total: {{$sale->invoice_nettotal - $paid}}
Total Payable: {{$sale->invoice_nettotal - $paid}}

Add Products for new order

@csrf
Image Product Name Order Quantity Selling Price Line Total Action

Add Payment

@error('invoice_total') @enderror
@if ($setting->delivery_fee_type == 'from_list')
@error('delivery_fee') @enderror
@else
@endif
@error('invoice_discount') @enderror
@error('payment_method') @enderror
@error('order_status') @enderror

Note

Summary

@error('invoice_subtotal') @enderror
{{-- start modal to exchange --}} {{-- end modal --}} @endsection @section('scripts') @endsection