{{__('messages.Add New Question')}}

@if (session()->has('message'))
{{ session('message') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif
product_id CourseLevels @forelse(\App\Models\Product::where('active',1)->get() as $product) @if($product->product_type->name == "Course") @endif @empty @endforelse
course_level_id @forelse($course_levels as $courseLevel) @empty @endforelse
@if ($url) @if($type=="image") @endif @if($type=="audio") @endif @if($type=="video") @endif @endif
Uploading...
4 text
answer_type {{-- --}}
comment 4

4 answer_text
4 answer_comment
# {{__('messages.Text')}} {{__('messages.Status')}} {{__('messages.comment')}} @forelse ($answers_collect as $answer) #{{$loop->iteration}} {{__('messages.Text')}}{{$answer["text"]}} {{__('messages.Status')}} @if($answer["status"] == 1 ) @else @endif {{__('messages.comment')}}{{$answer["comment"]}} @empty {{__('messages.Empty Result')}} @endforelse