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

Edit Sale Charger

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

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

@endif
@foreach($orderdetail->order_items as $order_item) @endforeach
@if ($errors->has('invoice_number')){{ $errors->first('invoice_number') }}@endif
@if ($errors->has('Billing')){{ $errors->first('Billing') }}@endif
@if ($errors->has('Shipping')){{ $errors->first('Shipping') }}@endif
@foreach($orderdetail->order_items as $order_item) @php $products = DB::table('charger_products') ->leftJoin('chargers', 'charger_products.charger_id', '=', 'chargers.id') ->where('charger_products.serial', $order_item->serial_number) ->select('chargers.*') ->get(); @endphp @foreach($products as $product) @endforeach @endforeach grand_total_price<50000)style="display:none;" @endif>
SERIAL MODEL TYPE POWER WARRANTY 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