@extends('frontend.user.user-masters') @section('user-content')
@foreach($vendor_products as $vendor_product)
Warning: Undefined variable $user in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/detail-vendor-product.blade.php on line 88

Warning: Attempt to read property "created_at" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/detail-vendor-product.blade.php on line 88

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/detail-vendor-product.blade.php on line 89
@endforeach

Product ID

Product Name

Brand Name

Total Quantity

Sold Quantity

Remaining Quantity

Total Payout

{{$vendor_product->vendor_product->product->id}}

{{$vendor_product->vendor_product->product->product_name}}

{{$vendor_product->vendor_product->brand->brand_name}}

{{$vendor_product->vendor_product->vendor_quantity}}


Warning: Undefined variable $vendor_product in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/detail-vendor-product.blade.php on line 51

Warning: Attempt to read property "vendor_product" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/detail-vendor-product.blade.php on line 51

Warning: Attempt to read property "vendor_quantity" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/detail-vendor-product.blade.php on line 51


Warning: Undefined variable $vendor_product in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/detail-vendor-product.blade.php on line 59

Warning: Attempt to read property "vendor_product" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/detail-vendor-product.blade.php on line 59

Warning: Attempt to read property "vendor_quantity" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/user/detail-vendor-product.blade.php on line 59

{{$vendor_product->vendor_product->price}}

Due Amount

Paid Amount

Category

Date

{{$vendor_product->due_amount}}

{{$vendor_product->paid_amount}}

{{$vendor_product->vendor_product->category->shop_cat_name}}

{{$newDate}}

Product ID

Product Name

Brand Name

Total Quantity

Sold Quantity

Remaining Quantity

Total Payout

@endsection