@extends('layouts.app') @push('css') @endpush @section('content')
{{ $feedback->name }} Responses
@foreach ($responses as $key => $response) @endforeach
# Question Answer
{{ $key + 1 }} {{ $response->question }} {{ $response->answer }}
@endsection @push('js') @endpush