@extends('auth.layouts.master') @section('title', __('Verification Completed')) @section('content')

{{ __('Congrats! You are Verified!') }}

{{ __('Thank you for your confirmation.') }}

{{ __("You have successfully verified your email address. Now you can login into your account and continue to use our platform.") }}

{{ __('Login into Account') }}
@endsection