@extends('admin.layouts.container') @section('content')

{{ $head ?? ''}}

@if($question ?? '' && $question->id) @method('PUT') @endif @csrf
@foreach($languages as $language)
@endforeach
id) @if($question->type == 'choise' || $question->type == 'select') style="display:block" @else style="display:none" @endif @else style="display:none" @endif>
@if($question ?? '' && $question->id) @php $countKey = 0; @endphp @foreach($answers as $key=>$data)
@foreach(answersdesc($data->id) as $keys=>$row)
@if($keys%2 != 0)
@endif @php $countKey += 1; @endphp @endforeach
@endforeach @endif
id) @if($question->type == 'choise' || $question->type == 'select') style="display:block" @else style="display:none" @endif @else style="display:none" @endif > id) data-id="{{count(answersdescs($question->id))}}" @else data-id="0" @endif onclick="addanswer(this)" class="btn_1 gray ">{{__("questions.add_answer")}}
@endsection @section('inner_js') {{-- --}} @endsection