admin_message.blade.php 313 B

1234567891011121314151617181920
  1. @component('mail::message')
  2. # Message from {{ config('pixelfed.domain.app') }}:
  3. @component('mail::panel')
  4. {{$msg}}
  5. @endcomponent
  6. <br>
  7. Regards,<br>
  8. {{ config('pixelfed.domain.app') }}
  9. @component('mail::subcopy')
  10. Please do not reply to this email, this address is not monitored.
  11. @endcomponent
  12. @endcomponent