32 lines
No EOL
1.2 KiB
PHP
Executable file
32 lines
No EOL
1.2 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-contact" style="color: #e48800;"></i>
|
|
</span>
|
|
</div>
|
|
<p class="text-center text-big mb-4"><strong>{{ __('E-Mail bestätigt.') }}</strong><br><br><a href="{{route('home')}}" class="btn btn btn-lg btn-submit"><i class="ion ion-ios-arrow-dropright"></i> {{ __('Home') }}</a></p>
|
|
<hr>
|
|
</div>
|
|
</div>
|
|
<!-- / Form -->
|
|
|
|
</div>
|
|
</div>
|
|
|
|
@endsection |