@extends('adminlte::page') @section('title', 'Add FAQ') @section('content_header')

Add FAQ

@endsection @section('content')
@csrf
@error('question') {{ $message }} @enderror
@error('answer') {{ $message }} @enderror
Cancel
@endsection