@include('titan::admin.partials.info')
@include('titan::admin.partials.toolbar')
| Product |
Code |
Amount |
Cover Photo |
Category |
Views |
Purchases |
Action |
@foreach ($items as $item)
| {{ $item->name }} |
{{ $item->reference }} |
{{ $item->amount }} |
@if($item->cover_photo)
@endif
|
{{ $item->category_and_parent }} |
{{ $item->total_views }} |
{{ $item->total_purchases }} |
|
@endforeach