@php if(is_student_master()){ $favicon = $dataSettings['favicon'] ?? null; }else{ $favicon = $dataConfigs['favicon'] ?? null; } @endphp