@extends('dashboard.layouts.app') @section('header', 'Kelola Template') @section('content')

Daftar Template

Kelola portofolio template website yang ditawarkan ke pelanggan.

Tambah Template
@if(request('search') || request('category')) Reset @endif
@forelse($templates as $template) @empty @endforelse
Gambar Nama Template Kategori Rating Aksi
img {{ $template->name }} {{ $template->category }} {{ $template->rating }} ({{ $template->reviews_count }} rev)
Edit
@csrf @method('DELETE')

Belum ada template

Klik tombol "Tambah Template" untuk menambahkan ke portofolio.

@if($templates->hasPages())
{{ $templates->links('pagination::tailwind') }}
@endif
@endsection