diff options
Diffstat (limited to 'resources/views/layouts/app.blade.php')
-rw-r--r-- | resources/views/layouts/app.blade.php | 2 |
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') |