@extends("layouts.dashboard.app") @section("page-nav-title")

FAQ

create new FAQ

@endsection @section("content")

{{__('Create New FAQ')}}

@csrf
@error("question_en")
{{$message}}
@enderror
@error("question_ar")
{{$message}}
@enderror
@error("answer_en")
{{$message}}
@enderror
@error("answer_ar")
{{$message}}
@enderror
@error("website")
{{$message}}
@enderror

@endsection @section("scripts") @endsection