Feuerwehr-eppingen/resources/views/layouts/mail.blade.php

11 lines
254 B
PHP

{{-- resources/views/layouts/app.blade.php --}}
<!DOCTYPE html>
<html lang="{{ config('app.locale') }}">
<head>
<meta charset="utf-8">
<title>{{ config('app.name', 'Laravel') }}</title>
</head>
<body>
@yield('content')
</body>
</html>