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

{{__("FAQ")}}

{{__("Edit")}}

@endsection @section("content")

{{__('Edit')}}

id)}}" enctype="multipart/form-data"> @csrf @method('put')
@error("question_en")
{{$message}}
@enderror
@error("question_ar")
{{$message}}
@enderror
@error("answer_en")
{{$message}}
@enderror
@error("answer_ar")
{{$message}}
@enderror

@endsection @section("scripts") @endsection