@extends('frontend.user.user-masters') @section('user-content')
@if($count>0 && count($vendor_products)>0) {{-- --}} @foreach($vendor_products as $vendor_product) {{-- --}} {{-- --}} @endforeach

Product ID

Product Name

Size

Date

Selling Price

Payout Amount

Status

Total Quantity

Sold Quantity

Remaining Quantity

Total Payout

{{$vendor_product->id ?? ""}}

{{$vendor_product->product_name ?? ""}}

{{$vendor_product->size ?? ""}}

{{ $vendor_product->order_date ?? ""}}

{{number_format($vendor_product->selling_price,2)}}

{{number_format($vendor_product->selling_price - $vendor_product->selling_price* 7.5/100,2)}}

{{$vendor_product->vendor_quantity ?? ""}}


Warning: Undefined variable $vendor_product in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/sold-items.blade.php on line 105

Warning: Attempt to read property "vendor_quantity" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/sold-items.blade.php on line 105


Warning: Undefined variable $vendor_product in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/sold-items.blade.php on line 113

Warning: Attempt to read property "vendor_quantity" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/sold-items.blade.php on line 113

{{$vendor_product->price}}

Details
@else

No sales have been made yet

Start Selling @endif
@endsection