Lae/resources/views/mail/common.blade.php

6 lines
81 B
PHP
Raw Normal View History

2022-12-31 10:04:28 +00:00
@component('mail::message')
2023-02-01 18:00:58 +00:00
# {{ $title }}
2022-12-31 10:04:28 +00:00
2023-02-01 18:00:58 +00:00
{{ $content }}
2022-12-31 10:04:28 +00:00
@endcomponent