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

@lang('global.general_information')

@lang('global.questions_and_options')

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