| Info | Track | Level | Level Title | Action |
|---|---|---|---|---|
|
{{ $student->user?->name }} {{ $student->student_id }} {{ $student->user?->email }} {{ $student->parentInfo?->phone }} {{ $student->class?->name }} {{ $student->class?->coordinator?->name }} {{ $student->payment_status}} |
Track {{ $track?->track_num }} | Level {{ $level?->level_num }} | {{ request()->level_title ?? $level?->title }} | @if (!preg_match('/^[a-zA-Z\s\-\.]+$/u', $student->user->name)) Please use only English letters, spaces, hyphens, and dots. @else @endif |