@push('head-scripts') @endpush
Waiting for candidate…
Execution Output
@php $usrWords = preg_split('/\s+/', trim(Auth::user()->name ?? 'Interviewer')); $usrInitials = count($usrWords) >= 2 ? strtoupper(substr($usrWords[0],0,1).substr(end($usrWords),0,1)) : strtoupper(substr(trim(Auth::user()->name ?? 'IV'),0,2)); @endphp
Panelist (self)
@push('scripts') @endpush