15 lines
No EOL
337 B
PHP
15 lines
No EOL
337 B
PHP
@extends($user_shop ?'web.user.layouts.layout' : 'web.layouts.layout')
|
|
|
|
@section('content')
|
|
<section>
|
|
<div class="container">
|
|
|
|
<div class="white-box">
|
|
<h3 class="box-title m-b-0">Versandarten & Versandkosten</h3>
|
|
<hr>
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
@endsection |