@extends('admin.layouts.app') @section('panel') @php $pageTitle = 'Pending Vendor Products'; @endphp @push('breadcrumb-plugins') All Vendor Products @endpush
PENDING APPROVAL

Pending Vendor Products

এই products approve না করলে frontend-এ show হবে না।

@forelse($products as $product) @php $img = $product->images->first()->image_url ?? null; @endphp @empty @endforelse
Product Vendor Category Price Submitted Action
@if($img) product @else @endif
{{ $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') }}
View
@csrf
@csrf
No pending product
@if($products->hasPages()) @endif
@endsection @push('style') @endpush