@extends('layout.app') @section('scripts') @endsection @section('content')

{{ __('app.imprint.title') }}


{!! __('app.imprint.content') !!}

@endsection