🏥 Veterinary Report Available

Case #{{ $vetCase->id }} - {{ $vetCase->pet_name }}

Dear {{ $vetCase->user->name ?? 'Valued Client' }},

We are pleased to inform you that the veterinary report for {{ $vetCase->pet_name }} (Owner: {{ $vetCase->owner_name }}) has been completed and is now available.

📋 Case Information

Case ID: #{{ $vetCase->id }}
Pet Name: {{ $vetCase->pet_name }}
Pet Species: {{ $vetCase->pet_species }}
@if($vetCase->pet_breed)
Breed: {{ $vetCase->pet_breed }}
@endif
Report Generated By: Dr. {{ $vetCase->assignedTo->name }}
Report Date: {{ $vetCase->report_uploaded_at->format('F j, Y \a\t g:i A') }}

📎 The complete veterinary report is attached to this email as a PDF file.

If you have any questions about the report or need further clarification, please don't hesitate to contact our clinic.

@if($vetCase->report_file_url)

📄 View Report Online

@endif

Thank you for trusting us with {{ $vetCase->pet_name }}'s care.

Best regards,
Vetray Veterinary Team