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

Doctor Dashboard

@foreach($responses as $r) @endforeach
Patient Action
{{ $r->user->name }} View PDF
@endsection