From fde1a9d16905e2dc118ae7b959bd4d2a1bc7709c Mon Sep 17 00:00:00 2001 From: philipp lang Date: Fri, 19 Apr 2024 16:51:17 +0200 Subject: [PATCH] Update mail views --- .gitignore | 2 +- .../views/vendor/mail/html/button.blade.php | 13 +++++--- .../views/vendor/mail/html/header.blade.php | 7 ++++- .../views/vendor/mail/html/layout.blade.php | 3 +- .../views/vendor/mail/html/message.blade.php | 30 +++++++++---------- .../views/vendor/mail/html/themes/default.css | 3 +- .../views/vendor/mail/text/message.blade.php | 28 ++++++++--------- 7 files changed, 48 insertions(+), 38 deletions(-) diff --git a/.gitignore b/.gitignore index 012bccbc..73274889 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ yarn-error.log /public/build /public/vendor storage/*.key -vendor/ +/vendor/ Homestead.yaml Homestead.json .vagrant/ diff --git a/resources/views/vendor/mail/html/button.blade.php b/resources/views/vendor/mail/html/button.blade.php index e74fe55a..4a9bf7d0 100644 --- a/resources/views/vendor/mail/html/button.blade.php +++ b/resources/views/vendor/mail/html/button.blade.php @@ -1,13 +1,18 @@ - +@props([ + 'url', + 'color' => 'primary', + 'align' => 'center', +]) + -