@extends('emails.layouts.base') @section('title', __('Update Email')) @section('header', __('Update Email')) @section('content')

{{ __('Hello, :name', ['name' => $user->full_name]) }}

{{ __('We received a request to update your email address. Please use the following OTP to confirm this action:') }}

{{ $otp }}

{{ __('This OTP is valid for 10 minutes. If you did not request this change, please ignore this email.') }}

@endsection