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

View file

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