@extends('layouts.app') @section('title', 'Verify Email') @section('content')
Resume Builder

Verify Your Email

Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you?

@if (session('status') == 'verification-link-sent') @endif
@csrf
@csrf
Didn't receive the email?

Check your spam folder or contact support if you continue having issues.

@endsection @push('styles') @endpush @push('scripts') @endpush