@extends('layout.app')
@section('content')
Question & Image Lists
Id |
Question |
Answer Type |
Action |
@foreach($dynamictextbox as $states)
{{$states->id}} |
{{$states->name}} |
@if($states->textbox == 1)
Textbox |
@endif
@if($states->answertype == 1)
Checkbox |
@endif
|
@endforeach
@endsection