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