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', +]) + -