Files
website/resources/views/content/index.blade.php

6 lines
76 B
PHP

@extends('layout.app')
@section('content')
<h1>Guten Tag.</h1>
@endsection