First Commit
This commit is contained in:
commit
0c9a118281
633 changed files with 76612 additions and 0 deletions
38
resources/views/legal/data_protected.blade.php
Executable file
38
resources/views/legal/data_protected.blade.php
Executable file
|
|
@ -0,0 +1,38 @@
|
|||
@extends('layouts.auth')
|
||||
|
||||
@section('content')
|
||||
|
||||
|
||||
<!-- Content -->
|
||||
|
||||
<div class="authentication-wrapper authentication-2 ui-bg-cover ui-bg-overlay-container px-4" style="background-color:#ffc926;">
|
||||
<div class="ui-bg-overlay bg-dark opacity-25"></div>
|
||||
|
||||
<div class="authentication-inner py-5" style="max-width: none; ">
|
||||
|
||||
<div class="card">
|
||||
|
||||
<div class="p-4 p-sm-5">
|
||||
<a class="btn btn-primary pull-right" href="{{url('/')}}">{{__('back')}}</a>
|
||||
|
||||
<!-- Logo -->
|
||||
<div class="d-flex justify-content-center align-items-center pb-2 mb-4">
|
||||
<div class="">
|
||||
<div class="w-100 position-relative">
|
||||
<a href="https://www.sterntours.de"><img src="{{ asset('/images/stern-tours-logo.png') }}" alt="STERN TOURS" class=""></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- / Logo -->
|
||||
@include('legal.data_protect_de')
|
||||
|
||||
<a class="btn btn-primary pull-right" href="{{url('/')}}">{{__('back')}}</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@endsection
|
||||
Loading…
Add table
Add a link
Reference in a new issue