Blame view

resources/views/vendor/mail/markdown/layout.blade.php 141 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
  {!! strip_tags($header) !!}
  
  {!! strip_tags($slot) !!}
  @isset($subcopy)
  
  {!! strip_tags($subcopy) !!}
  @endisset
  
  {!! strip_tags($footer) !!}