@extends('emails.layout') @section('title', 'LMS Login Credentials - JurisLocator') @section('header-title', 'Your LMS Account Is Ready') @section('content')

Dear {{ $learnerName }},

Your LMS learner account has been prepared through a bulk exam seat package.

Login Credentials

@php $normalizedCourseTitles = collect($courseTitles ?? [])->filter()->values(); $resolvedCourseTitle = $courseTitle ?: ($normalizedCourseTitles->isNotEmpty() ? $normalizedCourseTitles->implode(', ') : 'LMS Course'); @endphp
Email: {{ $email }}
Password: {{ $password }}
Course: {{ $resolvedCourseTitle }}
Package: {{ $packageName }}

@if(!empty($isResend) && $isResend) This is a reminder of your LMS login credentials. @else Use these credentials to sign in as a Public User and access your assigned course. @endif

Open LMS Portal

If the button does not work, copy and paste this link into your browser:

@endsection