@extends('emails.layouts.main')
@section('email_content')
{{ $data['title'] }}
We’re excited to have you on board. Before you get started, we just need to verify your email address to ensure we have the right contact details for you.
Please click the link below to verify your email:
If you didn’t create an account with {{ config('app.name') }}, please disregard this email.
Thank you for joining us!
{{ __('email.regards') }},
{{ __('email.team_caption', ['app_name' => config('app.name')]) }}
@endsection