FAQs

@can('faq.create') @endcan
@foreach($faqs as $faq) @endforeach
Question Position Status Created Action
{{ $faq->question }} {{ ucfirst($faq->position) }}
status ? 'checked' : '' }}>
{{ $faq->created_at?->format('d M Y, h:i A') ?? '-' }}
@push('scripts') @endpush