@extends('main.layouts.app') @section('content')
ID | {{--User ID | --}}Quantity | Product Name | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
--}} {{-- @foreach ($dataType->browseRows as $row) --}} | {{ $data->id }} | {{--{{$data->user_id}} | --}}{{ $data->quantity }} | {{ $data->product_title }} | {{--{{$data->billing_address}} | {{$data->billing_city}} | Rs.{{($data->billing_subtotal)}} | {{--{{$data->billing_tax/100}} | --}} {{--Rs.{{($data->billing_total)}} | {{$data->shipped==0?'No':'Yes'}} | --}} {{-- @endforeach --}}
Purchase List
ID | Product Name | Billing Number | HSN | Quantity |
---|---|---|---|---|
{{ $i }} | {{ $row->product_title }} | {{ $row->billing_number }} | {{ $row->hsn }} | {{ $row->quantity }} |