@extends('layouts.subPages') @section('title', 'Fehler 404 - Seite nicht gefunden') @section('content')

{{ trans('404.title') }}

{{ trans('404.text') }}

@endsection