task.blade.php 175 B

123456789101112
  1. <x-mail::message>
  2. # Introduction
  3. The body of your message.
  4. <x-mail::button :url="''">
  5. Button Text
  6. </x-mail::button>
  7. Thanks,<br>
  8. {{ config('app.name') }}
  9. </x-mail::message>