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

Manajemen Template

@forelse($templates as $index => $template) @empty @endforelse
Nomor Nama Template Kategori Harga Fitur Aksi
{{ $templates->firstItem() + $index }} {{ $template->nama_template }} {{ $template->kategori->nama_kategori ?? '-' }} Rp {{ number_format($template->harga, 0, ',', '.') }} @foreach ($template->fiturs as $fitur) {{ $fitur->nama_fitur }} @endforeach
@csrf @method('DELETE')
Belum ada template
{{ $templates->links() }}
@endsection