7 lines
156 B
PHP
7 lines
156 B
PHP
@extends('layout.app')
|
|
|
|
@section('content')
|
|
<img class="content-img" src="{{ asset('/Bilder/verwvstempel.jpg') }}">
|
|
<h1>Guten Tag.</h1>
|
|
@endsection
|