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.

10 lines
358 B

1 month ago
  1. @component('mail::message')
  2. # Maintenance Reminder Email
  3. Message: Due to our regular site maintenance, this site will be down from {{ $start }} to {{ $until }}. We apologize for any inconvenience caused during this period. <br>
  4. @component('mail::button', ['url' => $url ])
  5. View dashboard
  6. @endcomponent
  7. Thanks,<br>
  8. {{ config('app.name') }}
  9. @endcomponent