{{-- add single-round-detail-container class to div if rounds are added by jquery --}} {{-- checking auth role --}} @php $isReadOnly = isset($isReadOnly) ? false : false; $roundDetailsShown = isset($roundDetailsShown) ? $roundDetailsShown : false; $checkAdminEdit = isset($newKey) ? $newKey : 0; @endphp @if (getRoleName(auth()->user()) == 'Administrator')
- Clear Content