Title
This commit is contained in:
parent
03c5a507cf
commit
d987ae7428
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
@extends('layout/template')
|
||||
|
||||
@section('title', 'Dashboard')
|
||||
|
||||
@section('content')
|
||||
|
||||
<div class="row" style="margin-top: 20px;">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue