@extends('admin.layouts.app') @section('panel') @php $pageTitle = 'Pending Vendor Products'; @endphp @push('breadcrumb-plugins') All Vendor Products @endpush
এই products approve না করলে frontend-এ show হবে না।
| Product | Vendor | Category | Price | Submitted | Action |
|---|---|---|---|---|---|
|
@if($img)
{{ $product->name }}
{{ $product->product_code ?? $product->code ?? '-' }}
|
{{ $product->vendor->name ?? '-' }} {{ $product->vendor->mobile ?? '' }} | {{ $product->category->name ?? '-' }} | ৳{{ number_format((float)($product->customer_price ?? 0), 2) }} | {{ optional($product->created_at)->format('d M Y') }} | |
|
No pending product |
|||||