last corrections for payments
This commit is contained in:
parent
044a6bf253
commit
6db007fc82
53 changed files with 1514 additions and 1177 deletions
14
resources/views/legal/agb.blade.php
Executable file
14
resources/views/legal/agb.blade.php
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
@extends($user_shop ?'web.user.layouts.layout' : 'web.layouts.layout')
|
||||
|
||||
@section('content')
|
||||
<!-- Content -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<!-- LEFT -->
|
||||
<div class="col-md-12">
|
||||
@include('legal.agb_de')
|
||||
</div>
|
||||
<!-- /LEFT -->
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
Loading…
Add table
Add a link
Reference in a new issue