From ab0a2be42e4bffc4f476aa1898b312151dd08b9d Mon Sep 17 00:00:00 2001 From: "dps.lwk" Date: Fri, 12 Jun 2020 06:41:39 +0100 Subject: [PATCH] Include config('app.name') in title if set --- views/routes.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/routes.blade.php b/views/routes.blade.php index 330ed76..f785ced 100644 --- a/views/routes.blade.php +++ b/views/routes.blade.php @@ -1,7 +1,7 @@ - Routes list + Routes list @if(config('app.name'))| {{ config('app.name') }}@endif