@push('head') @endpush

FAQ

Forum pertanyaan yang sering di ajukan
{{-- Header --}}
{{-- Bulk Action --}} @if (count($selected) > 0) @endif
@forelse($faqs as $faq) @empty @endforelse
Category Question Status Create Date Actions
{{ $faq->category ?? 'General' }} {{ Str::limit($faq->question, 60) }} @if ($faq->is_active) Active @else Inactive @endif {{ $faq->created_at->format('d M Y') }}

No FAQ found.

{{-- Pagination --}}
{{ $faqs->links('components.utilities.paginate') }}
@include('components.modal.ModalDeleteComfrimed', [ 'title' => 'Data Produk', 'count' => count($selected), ])
@push('script') @endpush