@extends('layouts.admin.app') @section('content')
{{ $message }}
Image | Product Code | Name | Category | Sub Category | Slug | Price (Actual) | Discount Price | Available for | Download | Add Date | Action |
---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ $product->product_id }} | {{ $product->product_name }} | {{ $product->category_name }} | {{ $product->child_category_name }} | {{ $product->slug }} | ${{ $product->regular_price }} | ${{ $product->selling_price }} | @if ($product->available === 1) Buy @else Enquiry @endif | @if ($product->pdf_file === NULL) Download @endif | @else{{ $product->created_at }} |