@foreach($responses as $response)
Venue/Location: {!! nl2br($appointment->location) !!}
Subject: {!! nl2br($response->subject) !!}
Meeting Details: {!! nl2br($response->body) !!}
@endforeach