@extends('seller.layouts.app') @section('title') Product List | Vendor @endsection @section('content')
| SL | Image | Title | Product Create | Price | Category | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} |
|
{{ $product['title'] }} | {{-- {{ $product->admin->name }} --}} |
@if ($product->sale_price)
৳
{{ $product->sale_price }}
|
{{ $product->category->name }} |
|
|