From 32fb78df28125fc8fdec9b7c82269bb09f8af146 Mon Sep 17 00:00:00 2001 From: Ankur Kumar Date: Mon, 30 Jan 2023 20:03:51 +0530 Subject: [PATCH] [9.x] Add title tag in mail template (#45859) * Add title tag in mail template * Update layout.blade.php --------- Co-authored-by: Taylor Otwell --- src/Illuminate/Mail/resources/views/html/layout.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Illuminate/Mail/resources/views/html/layout.blade.php b/src/Illuminate/Mail/resources/views/html/layout.blade.php index c0301be7e76b..e55f6a6d9ad1 100644 --- a/src/Illuminate/Mail/resources/views/html/layout.blade.php +++ b/src/Illuminate/Mail/resources/views/html/layout.blade.php @@ -1,6 +1,7 @@ +{{ config('app.name') }}