Guest User

Untitled

a guest
Nov 17th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. @component('mail::message')
  2. # Introduction
  3.  
  4. {{ $data['foo']}}
  5.  
  6. The body of your message.
  7.  
  8. @component('mail::button', ['url' => ''])
  9. Button Text
  10. @endcomponent
  11.  
  12. Thanks,<br>
  13. {{ config('app.name') }}
  14. @endcomponent
Add Comment
Please, Sign In to add comment