@extends('emails.templates.default') @section('click_here') {{ __('email.click_here') }} @endsection @section('content')
|
{{ __('email.greeting', ['name' => trim($name)!='' ? $name : 'there']) }} |
|
{{ __('email.congratulations') }} |
|
{!! __('email.learning_path_completion.link_label', ['link_text'=> trim($__env->yieldContent('click_here'))]) !!} {{ __('email.learning_path_completion.end_line') }} |
| @include('emails.templates.signoff', ['thank_you' => __('email.thank_you'), 'wish' => __('email.wish')]) |