@if($section !== 'contacts')
@endif @if(!in_array($section, ['attendance', 'ranks'], true))
@endif @if(!in_array($section, ['attendance', 'ranks', 'contacts'], true))
@endif @if($section === 'attendance')
@elseif($section === 'ranks')
@elseif($section === 'contacts')
@endif @if($section !== 'attendance')
@endif
Reset