@extends('layouts.app') @push('css') @endpush @section('content')
{{ $feedback->name }} questions
{{-- --}} @foreach ($questions as $key => $question) @if($question->is_mandatory==1) @else @endif @endforeach
# Question type Action
1Are you satisifed with the training?Yes/NoMandatory
2Rate this training out of 5?Multiple ChoiceMandatory
{{ $key + 1}} {{ $question->question }} @if ($question->type == 1) Written @elseif ($question->type == 2) Likeart @elseif ($question->type == 3) Multiple Choice @elseif ($question->type == 4) Yes/No @endif Mandatory Delete
@endsection @push('js') @endpush