simpleMarkdown.blade.php 168 B

12345678910
  1. @component('mail::message')
  2. # {{$title}}
  3. {!! $content !!}
  4. @component('mail::button', ['url' => $url])
  5. {{trans('notification.view_web')}}
  6. @endcomponent
  7. @endcomponent