@extends('layouts.app') @section('title', 'Produk') @section('content')

Kelola Produk

Daftar produk digital Nexora Digital.

Daftar Produk

Tambah Produk
@forelse ($products as $prod) @empty @endforelse
Kategori Nama Produk Tipe Jumlah Varian Status Aksi
{{ $prod->category->icon ?: '📁' }} {{ $prod->category->name }} {{ $prod->name }} {{ $prod->type === 'account' ? 'Akun' : 'Ebook' }} {{ $prod->variants_count }} varian @if ($prod->is_active) Aktif @else Tidak Aktif @endif
@csrf @method('DELETE')
Belum ada data produk.
Showing {{ $products->firstItem() ?? 0 }} to {{ $products->lastItem() ?? 0 }} of {{ $products->total() }} entries
{{ $products->links() }}
@push('scripts') @endpush @endsection