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