This commit is contained in:
Kekskurse 2021-01-30 20:52:56 +01:00
parent 03c5a507cf
commit d987ae7428
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
@extends('layout/template')
@section('title', 'Dashboard')
@section('content')
<div class="row" style="margin-top: 20px;">

View File

@ -1,4 +1,5 @@
<head>
<title>Kuvia {{ $title ?? '' }}</title>
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/theme.css">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">