@extends('admin.layouts.app') @section('title', 'প্রোডাক্ট সমূহ') @section('page-title', 'প্রোডাক্ট সমূহ') @section('content') {{-- Flash Message --}} @if(session('success'))
| # | ছবি | নাম | ক্যাটাগরি | দাম | স্টক | স্ট্যাটাস | অ্যাকশন |
|---|---|---|---|---|---|---|---|
| {{ $products->firstItem() + $index }} |
@if($product->primary_image)
|
{{ $product->name }} | {{ $product->category->name ?? '---' }} |
@if($product->sale_price)
৳{{ number_format($product->sale_price, 2) }}
৳{{ number_format($product->regular_price, 2) }} @else ৳{{ number_format($product->regular_price, 2) }} @endif |
{{ $product->stock_quantity }} | @if($product->status === 'published') প্রকাশিত @else খসড়া @endif | |
| কোনো প্রোডাক্ট পাওয়া যায়নি | |||||||