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

Medical Reports - {{ $patient->user->name }}

@csrf
@forelse($reports as $report) @empty @endforelse
ReportNotesDateAction
{{ $report->report_name }}{{ $report->notes }}{{ $report->created_at->format('d M Y') }}Download
No reports found.
{{ $reports->links() }}
@endsection