aboutsummaryrefslogtreecommitdiff
path: root/resources/views/layouts/app.blade.php
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-10-31 11:17:51 +0100
committerMateja <mail@matejamaric.com>2020-10-31 11:17:51 +0100
commit27499b34d0263e4e7429292517acb8d37ee2c8d2 (patch)
tree08da40f21af8ee61e03f2f47a5d5ae2d952b15ac /resources/views/layouts/app.blade.php
parent28d2635b53441c00be130a82b37a08e2895e889d (diff)
downloadyota-laravel-27499b34d0263e4e7429292517acb8d37ee2c8d2.tar.gz
yota-laravel-27499b34d0263e4e7429292517acb8d37ee2c8d2.zip
Add SpecialCallsController and titles to views.
Diffstat (limited to 'resources/views/layouts/app.blade.php')
-rw-r--r--resources/views/layouts/app.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php
index 13e2c6a..07b8d8a 100644
--- a/resources/views/layouts/app.blade.php
+++ b/resources/views/layouts/app.blade.php
@@ -8,7 +8,7 @@
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
- <title>Main page</title>
+ <title>YOTA - @yield('title')</title>
</head>
<body>
@include('inc.navbar')