mivita/resources/views/web/templates/versandkosten.blade.php
2021-08-03 16:00:01 +02:00

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