@extends('template.layout') @section('title', 'Lost Account') @section('submenuItem', 'lostaccount') @section('content') @if($lostAccount instanceof \App\Models\Account)
To update your email to {{ $newEmail }}, follow these steps:
Important: The confirmation link expires in 24 hours.
@endsection