34 lines
No EOL
1.3 KiB
PHP
Executable file
34 lines
No EOL
1.3 KiB
PHP
Executable file
@extends('layouts.layout-2')
|
|
|
|
@section('content')
|
|
<div class="authentication-wrapper authentication-2 px-4" style="margin-top: 120px;">
|
|
<div class="authentication-inner py-5">
|
|
|
|
<!-- Form -->
|
|
<div class="card">
|
|
<div class="p-4 p-sm-5">
|
|
<style>
|
|
.ui-icon {
|
|
width: 90px;
|
|
height: 90px;
|
|
font-size: 50px;
|
|
line-height: calc(90px - 4px);
|
|
}
|
|
</style>
|
|
<div class="text-primary mx-auto mb-4 text-center">
|
|
<span class="ui-icon font-weight-bolder">
|
|
<i class="ion ion-ios-mail" style="color: #e48800;"></i>
|
|
</span>
|
|
</div>
|
|
|
|
<h3 class="text-center">{{ __('E-Mail bestätigt.') }}</h3>
|
|
<div class="text-center"><a href="{{route('home')}}" class="btn btn btn-lg btn-submit animated infinite pulse"><i class="ion ion-ios-arrow-dropright fa-lg"></i> {{ __('Home') }}</a></div>
|
|
<hr>
|
|
</div>
|
|
</div>
|
|
<!-- / Form -->
|
|
|
|
</div>
|
|
</div>
|
|
|
|
@endsection |