10 lines
180 B
PHP
10 lines
180 B
PHP
@extends('layout.app')
|
|
@section('scripts')
|
|
@endsection
|
|
|
|
@section('content')
|
|
<h1>{{ __('app.imprint.title') }}</h1>
|
|
<br />
|
|
<h2>{!! __('app.imprint.content') !!}</h2>
|
|
@endsection
|