cleanup view
This commit is contained in:
parent
865a90c8d0
commit
f26da7567a
3 changed files with 11 additions and 10 deletions
|
|
@ -12,8 +12,8 @@
|
|||
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container mt-5 p-5 text-center">
|
||||
<body class="bg-light">
|
||||
<div class="container mt-5 text-center">
|
||||
@yield('content')
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
Reference in a new issue