@extends('layouts.app') @section('title', 'Custom Products') @section('page-title', 'Custom Products') @section('breadcrumb', 'More Products / Custom Products') @section('content')
Welcome to your digital product dashboard
| Title | Price | Security | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ $product->title }} | @if($product->is_free) Free @else ₹{{ number_format($product->price, 0) }} @endif | {{ $product->contentSecurityLabel() }} |
|
{{ $product->created_at->format('M d, Y') }} |