{{ $product->name }} |
{{ $product->price_in_usd }} |
{{ $product->price_in_mmk }} |
{{ basicStatusesDisplay($product->status) }}
|
{{ dateInList($product->created_at) }} |
@if ((int) $product->is_featured === 1)
Featured
@else
--No
@endif
|
{{-- Active | --}}
@canany(['delete-product', 'edit-product', 'show-product'])
@endcanany
|
@endforeach