@extends('survey::layouts.master')
{{-- Breadcrumbs --}}
@section('breadcrumbs')
@if(class_exists('Breadcrumbs') && Breadcrumbs::exists(Route::currentRouteName()))
{{ Breadcrumbs::render(Route::currentRouteName(), Route::current()->parameters) }}
@endif
@endsection
{{-- content --}}
@section('content')
@include('custom::component.reply-btn', ['url' => route('admin.survey.show', $survey->id)])
@foreach ($questions as $id => $data)
-
@endforeach
@endsection
{{-- Scripts --}}
@push('scripts')
@endpush