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