@extends('layouts.app') @section('title', 'Manajemen Template') @section('content')
| Nomor | Nama Template | Kategori | Fitur | Foto | Harga | Aksi |
|---|---|---|---|---|---|---|
| {{ ($templates->currentPage() - 1) * $templates->perPage() + $key + 1 }} | {{ $template->nama_template }} | {{ $template->kategori->nama ?? '-' }} |
@forelse($template->fiturs as $f)
{{ $f->deskripsi }}
@empty
-
@endforelse
|
|
Rp {{ number_format($template->harga, 0, ',', '.') }} |
|
| Belum ada template | ||||||