@extends('layouts.master') @section('content')
@include('pages.auth.question.delete-item-modal') @include('pages.auth.question.add-item-modal') @include('pages.auth.question.default-row-answer') @include('layouts.page-header') {{ $questions->links() }}
@csrf
@foreach($questions as $questionKey => $question)

Question {{ $questionKey + 1 }}

@if($isInterview)
@endif
@if($isInterview) @endif
@foreach($questionAnswerIds as $questionAnswerKey => $questionAnswerId) @endforeach
Answers Scale
@endforeach
@stop @section('footer-scripts') @endsection