@extends('emails.layout') @section('content')

{{__("Hello")}}

I'm {{$doctor->full_name}} and I want to invite you to join Vetypet, a veterinary telemedicine platform I've been using with great results to treat my patients online and in real-time.

Vetypet is perfect for pet owners looking for quick and timely access to veterinary health services from anywhere, and just as great for veterinarians aiming to reach more patients by offering a nimble and flexible service, no matter where they are.

Vetypet comes with several very useful features for both pet owners and veterinarians:

We will be introducing new digital solutions, and I would love for you to be part of Vetypet too. Join now, registration is free. See you there!

@component('components.email-button-primary', [ 'url' => $cta_url ]) {{__('Go to Vetypet')}} @endcomponent

Best regards,
{{$doctor->full_name}}

@endsection