vpn.keks.cloud/resources/views/layout/public.blade.php

15 lines
250 B
PHP

<!-- Stored in resources/views/layouts/app.blade.php -->
<html>
<head>
<title>@yield('title')</title>
<link rel="stylesheet" href="/css/bootstrap.min.css">
</head>
<body>
<div class="container">
@yield('content')
</div>
</body>
</html>