@extends('layouts.admin') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
FAQ Details
FAQ Settings
Optional category for organizing FAQs
Lower numbers appear first
is_active) ? 'checked' : '' }}>
FAQ Info

Created: {{ $faq->created_at->format('M d, Y g:i A') }}

Updated: {{ $faq->updated_at->format('M d, Y g:i A') }}

Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush