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

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

{{ __('email.ilt.unit_unlocked.announcement',[ 'course_name' => $course_name ]) }}

{{ __('email.ilt.unit_unlocked.statement') }}

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

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