@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.')}}
@endsection