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

Cataract Records for {{ $patient->name }}

@if($records && count($records) > 0) @else

No cataract records found.

@endif
@endsection