@extends('admin::layouts.admin') @section('title', isset($faq) ? 'Edit FAQ' : 'Tambah FAQ') @section('content')
{{-- Page Header --}}

{{ isset($faq) ? 'Edit FAQ' : 'Tambah FAQ' }}

Batal
{{-- Form Card --}}
@csrf @if(isset($faq)) @method('PUT') @endif {{-- Data FAQ Section --}}
{{-- Pertanyaan --}}
{{-- Jawaban --}}
{{-- Kategori dan Order Row --}}
{{-- Status --}}
is_active ?? true) ? 'checked' : '' }}>
@endsection