Popular Collections List
| # | Name | Image | Status | Action | ||
|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $item->jewels_name }} |
@if($item->jewels_images)
@endif
|
@if($item->status=='0') Inactive @endif @if($item->status=='1') Active @endif | @include('shared._actions', [ 'entity' => 'jewels', 'id' => $item->id ]) | ||
No records found!Click here to add a new record. |
||||||
@endif