@extends('spa.layouts.index',["without_card" => true]) @section('content')

@lang('global.general_information')

@if (!spa_admin()->spa_branch_id) @endif

@lang('global.questions_and_options')

@foreach ($survey->questions as $index => $question) @include('spa.surveys.helpers.question',['question' => $question,'question_index' => $index]) @endforeach
@endsection