You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
271 B

1 month ago
  1. {{--$question collection is available here--}}
  2. @component('mail::message')
  3. # Q: {{$question->question}}?
  4. A: {{$question->answer}}
  5. @component('mail::button', ['url' => $url ])
  6. View {{$product->name}}
  7. @endcomponent
  8. Thanks,<br>
  9. {{ config('app.name') }}
  10. @endcomponent