@extends('layouts.master-blank') @section('title', 'Email verified') @push('styles') @endpush @section('content') @include('component.alerts.alert') Hello {{ $name ?? 'Member' }}, Y{{__('our Email has been successfully verified.')}} {{__('You can now start using CSRNOW')}} {{__('Thank You.')}} @if(\Illuminate\Support\Facades\Auth::check()) {{__('My Dashboard')}} @else {{__('Sign In')}} @endif @endsection