@extends('branch.layouts.index', ['without_card' => true]) @section('content') @if ($survey->questions->isNotEmpty())

@lang('global.excel')

@foreach ($survey->questions as $question)
@endforeach
@endif @endsection