@extends('Admin.components.layout') @section('title') Normal Test @endsection @section('subtitle') Edit Normal Test @endsection @section('content')
@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{ csrf_field() }}
{{-- {{$question->is_date}} --}} is_date == 1 ? 'checked' : '' }}>
@if ($question->question_type == 'number')
@endif @if ( $question->question_type == 'checkbox' || $question->question_type == 'single' || $question->question_type == 'multiple') @foreach ($qus_option as $key => $value)
@if ($key == 0) @else @endif @foreach ($qus_sub_option as $sub)
@endforeach
@endforeach @endif
@endsection @section('js') @endsection