@extends('emails.layout') @section('content') {{__('Hello') }}, {{ $user->first_name }}.
At Vetypet, we want to inform you about the status of your veterinary appointment scheduled for {{$date}} at {{$time}} (timezone: {{$timeZone}}) with us. Unfortunately, we have noticed that the corresponding payment has not been made within the established deadline, which is up to 2 hours before the appointment.
We understand that unforeseen circumstances can arise or we can simply forget to comply with these small requirements. However, our policies require us to ensure availability and the best service for all our patients and users, which is why we have had to cancel the scheduled appointment due to the lack of payment confirmation.
There's no reason to worry, we are here to support you in the process of rescheduling your appointment for a more convenient time. If you have any questions about how to make the payment or if you need assistance with any other aspect, please do not hesitate to contact us. It will be a pleasure for us to help you with whatever you need.
@component('components.email-button-primary', [ 'url' => $actionUrl ]) {{__('Reschedule time')}} @endcomponentWe regret the inconveniences this may cause you and we thank you in advance for your understanding. At Vetypet, we are eager to attend to your pet and provide the care and attention it needs.
@endsection