@extends('layouts.main') @section('title', $data['title']) @section('content')
# | Image | Product Name | Status | Price | Discount | Final Price | Action |
---|---|---|---|---|---|---|---|
{{ $key + 1 }} |
|
{{ $product->product_name }} | @if ($product->status != 0) Active @else Inactive @endif | {{ number_format($product->product_amount, 2) }} | {{ $product->discount_amount ?? '-' }} | {{ number_format($product->final_amount, 2) }} | {{-- --}} |
No records found. |
Showing {{ $products->firstItem() }} to {{ $products->lastItem() }} of {{ $products->total() }} entries