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

{{__("question")}}

{{__("Edit order_questions")}}

@endsection @section("content")

{{__("Edit order_questions")}}

@csrf @method("post")
@error("Question (English)")
{{$message}}
@enderror
@error("Question (Arabic)")
{{$message}}
@enderror
@error("description")
{{$message}}
@enderror
@error("description")
{{$message}}
@enderror
@endsection @section("scripts") @endsection