Set app.name as title
Get title from .env config and set it as website name
This commit is contained in:
parent
5b1c1b663f
commit
715be1a98e
|
@ -8,7 +8,7 @@
|
|||
<meta name="api_token" content="{{ Auth::user()->api_token }}">
|
||||
@endif
|
||||
|
||||
<title>@yield('title') - My idlers</title>
|
||||
<title>@yield('title') - @if (config()->has('app.name')) {{ config('app.name') }} @else My idlers @endif</title>
|
||||
|
||||
<link rel="stylesheet" href="{{ asset('css/bootstrap.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ asset('css/fa.min.css') }}">
|
||||
|
|
Loading…
Reference in New Issue
Block a user