@extends('service.layouts.index',["without_card" => true]) @section('content')
@lang('global.general_information')
@if (!service_admin()->service_branch_id)
@endif
@lang('global.questions_and_options')
@lang('global.add_question')
@foreach ($survey->questions as $index => $question) @include('service.surveys.helpers.question',['question' => $question,'question_index' => $index]) @endforeach
@endsection