simpleMarkdown.blade.php 195 B

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