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

{{__("Hello human!")}}

{{__('Thank you for use Vetypet. To ensure the security of your account, we need to verify your email address.')}}

{{__('Please find below the 4-digit verification code:')}}

{{$data['otp']}}

{{__('If you did not request this code, please disregard this email. Your account security is important to us.')}}

@endsection