@extends('layouts.app-admin') @section('content')

Semua Banner

@forelse($banners as $banner) @empty @endforelse
ID Judul Deskripsi Badge Gambar Status Publikasi Kadaluarsa Dibuat Aksi
{{ Str::limit($banner->id, 8, '') }} {{ $banner->title }} {{ Str::limit($banner->description, 50, '...') }} @if ($banner->badge) {{ $banner->badge }} @else N/A @endif @if ($banner->picture) Banner Picture @else N/A @endif @if ($banner->status == 'active') Aktif @elseif ($banner->status == 'inactive') Tidak Aktif @else {{ ucfirst($banner->status) }} @endif {{ $banner->published_at ? $banner->published_at->format('d M Y') : 'N/A' }} {{ $banner->expired_at ? $banner->expired_at->format('d M Y') : 'N/A' }} {{ $banner->created_at->format('d M Y') }}
@csrf @method('DELETE')

Tidak ada banner ditemukan

Coba sesuaikan pencarian atau filter Anda.

@endsection @push('styles') @endpush @section('scripts') {{-- Pastikan Anda sudah menyertakan SweetAlert2 atau pustaka dialog konfirmasi lainnya --}} @endsection