@extends('emails.layout') @section('content') {{__('Hello') }}, {{ $doctor->first_name . ' ' . $doctor->last_name }}.
{{__('You are receiving this email because we received a password reset request for your account.')}}
@component('components.email-button-primary', [ 'url' => $actionUrl . '&token=' . $token . '&email=' . $doctor->email ]) {{__('Recovery Password')}} @endcomponent{{__('If you did not request a password reset, no further action is required.')}}
@endsection