@extends('layouts.app') @section('title', 'Manajemen Template') @section('content')
| No. | Gambar | Nama | Kategori | Paket | Harga | Aksi |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
@if($t->foto)
|
{{ $t->nama_template }} | {{ $t->kategori->nama ?? '-' }} | {{ ucfirst($t->paket) }} | Rp {{ number_format($t->harga,0,',','.') }} | |
| Belum ada template. | ||||||