@extends('dashboard.app') @section('content')

Respostas

@foreach ($respostas as $resposta ) @endforeach
ID Resposta Horario
{{ $resposta->id }} {{ $resposta->resposta }} {{ \Carbon\Carbon::parse($resposta->created_at)->format('H:i:s') }}
@endsection