@component('mail::layout') {{-- Header --}} @slot('header') @include('email.admin.includes.header') @endslot {{-- Body --}} {{-- Greeting --}} @if (! empty($greeting)) # {{ $greeting }} @else @if ($level === 'error') # @lang('Whoops!') @else Dear {{ $user->first_name }} {{ $user->last_name }}, @endif @endif

We are delighted to welcome you to {{$projectName}}. As a valued member of our platform, we are excited to provide you with the necessary resources to enhance your learning experience.

The platform has been developed to deliver quality training materials, interactive courses, and assessments that will help you acquire new skills and knowledge.

We are committed to providing you with a seamless learning experience, and we are confident that our LMS will help you achieve your learning goals. If you have any questions or feedback, please do not hesitate to reach out to our support team.

Thank you for choosing {{$projectName}}.

@isset($subcopy) @slot('subcopy') @component('mail::subcopy') {{ $subcopy }} @endcomponent @endslot @endisset {{-- Footer --}} @slot('footer') @if (! empty($salutation)) {{ $salutation }} @else @include('email.admin.includes.footer') @endif @endslot @endcomponent