- Complete GGZ Ecademy Laravel backend application - RESTful API for learning products, members, filters - Authentication and authorization system - Database migrations and seeders - Custom CRUD generator commands - Email notification system - Integration with frontend applications
This commit is contained in:
6
resources/views/emails/courses/notification.blade.php
Normal file
6
resources/views/emails/courses/notification.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
@component('mail::message')
|
||||
## [{{$notification->learning_product->title}}]({{$link}})
|
||||
{{$notification->subject}}
|
||||
---
|
||||
{{$notification->message}}
|
||||
@endcomponent
|
||||
Reference in New Issue
Block a user