@extends('emails.templates.default') @section('click_here') {{ __('email.click_here') }}. @endsection @section('content')

{{ __('email.greeting', ['name' => trim($name)!='' ? $name : 'there']) }}

{{ __('email.learning_path_group_enrolled.message', ['app_name' => $app_name]) }}

{!! __('email.learning_path_group_enrolled.link_label', ['link_text'=> trim($__env->yieldContent('click_here'))]) !!}

{{ __('email.learning_path_group_enrolled.end_line') }}

@include('emails.templates.signoff', ['thank_you' => __('email.thank_you'), 'wish' => __('email.wish')])
@endsection