@extends("layouts.admin.app") @section("page-title") {{__("order questions")}} @endSection @section("page-nav-title")

{{__("order questions")}}

{{__("all-order-questions")}}

@endsection @section("content") @include("includes.dialog")
{{--
--}} {{--
--}} {{-- @csrf--}} {{-- --}} {{-- {{__("Export As Excel")}}--}} {{--
--}} {{--
--}}
@foreach($questions as $question) @endforeach
# {{__("Question (English)")}} {{__("Question (Arabic)")}} {{__("Min Rate")}} {{__("Max Rate")}} {{__("Control")}}
{{ ++$count }} {{ $question->question_en }} {{ $question->question_ar }} {{ $question->min_rate }} {{ $question->max_rate }} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$question->id}}" style="display: none" data-swal-title="{{__("Delete order_questions")}}" data-swal-text="{{__("Are Your Sure To Delete This order_questions ?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__('the order_questions has been deleted succssfully')}}">@csrf @method("delete")
@endsection @section("scripts") @if(session()->has("technician_register_info")) @endif @endsection