Batch Name
{{ $group->name }}
@if($group->class)
Class
{{ $group->class->name }}
@endif
@if($group->school)
School
{{ $group->school->school_name }}
@endif
@if($tutor)
Tutor
{{ $tutor->name }}
@endif
@if($subjects && count($subjects) > 0)
Subjects
@foreach($subjects as $subject)
{{ $subject->name }}
@endforeach
@endif
Enrollment Code
{{ strtoupper($enrollId) }}