@extends('layouts.app') @section('title', 'Vendor Details - Admin') @section('content')
{{ $vendor->user->name }} · {{ $vendor->user->email }}
{{ $vendor->shop_slug }}
Member Since: {{ $vendor->created_at->format('d M Y') }}
Seller Type: {{ ucfirst($vendor->seller_type ?? 'individual') }}
Setup Wizard: {{ $vendor->setup_wizard_completed ? 'Completed' : 'Pending' }}
| Product | Price | Stock | Status | Action |
|---|---|---|---|---|
|
{{ $product->name }}
{{ $product->sku }}
|
₹{{ number_format($product->price, 2) }} | {{ $product->stock_qty }} | {{ $product->status }} | View |
| No products listed yet. | ||||