@extends('layouts.index') @section('title') Daftar Koleksi @endsection @section('css') @endsection @section('content')
| No | Foto | Nama Koleksi | Jumlah Produk | Status | Aksi |
|---|---|---|---|---|---|
| {{ $increment++ }} | {{ $data->nama }} | 0 | @if($data->status == 'aktif') Aktif @else Nonaktif @endif |