@extends('emails.templates.default') @section('content')
|
{{ __('email.greeting', ['name' => trim($name)!='' ? $name : 'there']) }} |
|
{{ __('email.course_granted_new_group.message', ['course_name' => $course_name, 'learning_path_name' => $learning_path_name, 'group_name' => $group_name]) }} |
|
{{ __('email.course_granted_new_group.end_line') }} |
| @include('emails.templates.signoff', ['thank_you' => __('email.thank_you'), 'wish' => __('email.wish')]) |