@extends('layouts.admin')
@section('title', 'Hero Section')
@section('content')
| No | Gambar | Judul | Subtitle | Urutan | Status | Aksi | |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration + $heroes->firstItem() - 1 }} |
@if ($hero->image)
|
{{ $hero->title }} | {{ $hero->subtitle ?? '-' }} | {{ $hero->order }} | @if ($hero->is_active) Aktif @else Nonaktif @endif | ||
|
Belum ada data hero Mulai dengan menambahkan hero pertama |
|||||||