@extends('emails.layout') @section('content')
{{__("Welcome")}}
{{ $data['user']['first_name'] }} {{$data['user']['last_name']}}
{{ __('You have been authorized to use the Vetypet platform') }}.
{{__('Please enter by clicking the button below')}}:
@component('components.email-button-primary', [ 'url' => $data['loginUrl'] ]) {{__('Login to Vetypet')}} @endcomponent
@endsection