{{ session('success') }}
Name | Description | Price | Status | Actions |
---|---|---|---|---|
{{ $product->name }}
|
{{ Str::limit($product->description, 50) }}
|
${{ number_format($product->price, 2) }}
|
@can('manage_product')
Updating...
@else
{{ $product->is_active ? 'Active' : 'Inactive' }}
@endcan
|