@extends('adminlayout.dashadmin') @section('content')
{{--
PURCHASE LIST SELL LIST
--}}

Edit Sale Parts

@csrf
@if(Session::has('message'))

{{ Session::get('message') }}

@endif
@if ($errors->has('invoice_number')){{ $errors->first('invoice_number') }}@endif


@foreach($orderdetail->order_items as $order_item) @endforeach grand_total_price<50000)style="display:none;" @endif>
ACCESSORY NAME HSN NUMBER COLOR MRP UNIT PRICE QTY TAXABLE AMOUNT GST(%) GST(AMT.) TOTAL VALUE
Payable Amount

 
Payment Method  
Transportation Modes  
Transportation Vehicle No.  
E - Waybill Number  
Total Amount
{{$orderdetail->grand_total_price}}
 
Paid Amount  
@endsection