{{ __('Admin · Billing & plans · FAQs') }}

{{ __('Pricing') }} {{ __('FAQs') }}

{{ __('The accordion shown at the bottom of the') }} {{ __('plans page') }}. {{ __('Lowest sort order shows first.') }}

{{-- Create form --}}
@csrf

{{ __('New FAQ') }}

{{-- Existing FAQs --}} @forelse ($faqs as $faq)
@csrf @method('PATCH')
#{{ $faq->id }} · last updated {{ $faq->updated_at?->diffForHumans() }}
@csrf @method('DELETE')
@empty
{{ __('No FAQs yet. Add one above.') }}
@endforelse