@extends('layouts.landing_page.master') @section('title', __('Email Verified')) @push('styles') @endpush @section('content') {{ __('Email verified successfully!') }} {{ __('Your email address has been successfully verified.') }} {{ $redirectBtnText ?? __('Sign in') }} @endsection @push('scripts') @endpush
{{ __('Your email address has been successfully verified.') }}