@extends('email.layouts.master')
@section('content')
Hi {{ $username }},
{{-- Congratulations. --}}
@if (!empty($OTP))
Use this verification code below to verify your email on {{ config('company.name') }} mobile app.
{{ $OTP }}
@endif
{{--
@if (!empty($project_id) || !empty($contract_id))
But first you need
@else
The first step is
@endif
to verify your email so as to have access to preview your contract.
--}}
|
@if (!empty($link))
@if (!$link === 'null')
A request has been received to change the password on your
{{ config('company.name') }} account.
Click on this link to Create a new password
|
|
if you didn't request a password reset, you can ignore this email. Your
password will not be changed
@endif
@endif
@endsection