@extends('backend.admin.index') @section('body')

{{$heading}}

@include('layouts.message')
@foreach($questions as $key=>$question) @foreach($question->questionOptions as $key=>$option) @endforeach @endforeach
SN Question Option Action
a b c d
{{++$key}} @if($question->use_image=='yes') @if(isset($question->name)) {{$question->name}} @else @endif @else {{$question->name}} @endif {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--@php--}} {{--$alpha = ['a','b','c','d'];--}} {{--@endphp--}} {{--@foreach($question->questionOptions as $key=>$option)--}} {{--{{$alpha[$key]}}.{{$option->name}}@if($option->type=='True') @else @endif
--}} {{--@endforeach--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@if($option->use_image=='yes') @if(isset($option->name)) {{$option->name}} @else @endif @else {{\Illuminate\Support\Str::limit($option->name,6)}} @endif @if($option->type=='True') @endif
{{--@if(count($question->questionOptions) == 0)--}} {{----}} {{--@endif--}}
@endsection