8 lines
125 B
PHP

<html>
<head>
<title>@yield('title')</title>
</head>
<body>
@yield('content')
</body>
</html>