@extends('adminlayout.dashadmin') @section('content')

Sale Vehicle

@csrf

@php $rowindex=100; @endphp @foreach($requestorders->request_items as $request_item) @for($i=1; $i<=$request_item->qty; $i++) @php $rowindex++; @endphp @endfor @endforeach
NAME/HSN/COLOR BATTERY CHESSIS NO CHARGER NO MRP UNIT PRICE TAXABLE AMOUNT GST(%) GST AMOUNT TOTAL VALUE
@if($request_item->battery_type) {{$request_item->battery_type}}/ @if($request_item->battery_type){{$request_item->battery_volt}} @else @endif @endif @if($request_item->battery_type) @endif
Payable Amount

 
Payment Method  
Total Amount
0
 
Paid Amount  
@endsection