@php $progressSteps = [ 1 => [ 'name' => 'basic_information', 'icon' => 'note-2' ], 2 => [ 'name' => 'extra_information', 'icon' => 'note-add' ], 3 => [ 'name' => 'tickets', 'icon' => 'ticket' ], 4 => [ 'name' => 'prerequisites', 'icon' => 'archive-tick' ], 5 => [ 'name' => 'extra_descriptions', 'icon' => 'sticker' ], ]; if (empty(getGeneralOptionsSettings('direct_publication_of_events'))) { $progressSteps[6] = [ 'name' => 'message_to_reviewer', 'icon' => 'shield-search' ]; } @endphp