14 lines
No EOL
226 B
PHP
14 lines
No EOL
226 B
PHP
@extends('layouts.layout-2')
|
|
|
|
@section('content')
|
|
|
|
|
|
<h4 class="font-weight-bold py-2 mb-2">
|
|
{{ __('Bestellung Berater') }}
|
|
</h4>
|
|
|
|
|
|
<div class="card">
|
|
<p>Ansicht Bestellung</p>
|
|
</div>
|
|
@endsection |