bootstrap
This commit is contained in:
10
resources/views/layout/main.blade.php
Normal file
10
resources/views/layout/main.blade.php
Normal file
@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ $title ?? 'Todo Manager' }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Todos</h1>
|
||||
<hr/>
|
||||
{{ $slot }}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user