@include('layout.private._toolbar')
{{-- @if ($data["sheet_name"] === "")

{{__("app.common.new_sheet")}}

@else

{{__("app.common.sheet")}}: {{$data["sheet_name"]}}

@endif --}}
@if (Utilities::checkUserIsAdmin()) @endif
@foreach($data["steps"] as $index => $step)
@include($step["icon"])

{{$loop->iteration}}. {{__($step["title"])}}

@if ($loop->last === false)
@endif
@endforeach

{{__('sheet_v_02.loading')}}

@php $icons = [ "las la-file-alt", "las la-industry", "las la-users", "las la-cog", "las la-calculator" ]; $modals = []; @endphp @foreach($data["steps"] as $stepKey => $step)
@if(($loop->index +1) <= 5)
@if ($loop->index +1 < 5)

{{__("sheet_v_02.step")}} {{($loop->index +1) }} - {{__("sheet_v_02.step".($loop->index +1).".title_suffix")}} @if($icons[$loop->index] === "las la-industry") @else @endif

@endif {{-- @if ($loop->index +1 == 2)

{{__("sheet_v_02.step2.first_try_plant")}}

@endif --}} {{-- @if ($loop->index +1 == 3)

{{__("sheet_v_02.step3.use_condominium")}}

@endif --}}
@endif
@for ($s = 0; $s < count($step["sections"]); $s++) @php $section = $step["sections"][$s]; if (isset($section["is_modal"]) && ($section["is_modal"] === true)) { if (!isset($modals[$section["modal_name"]])) { $modals[$section["modal_name"]] = []; } array_push($modals[$section["modal_name"]],$section); continue; } $sectionId = $section["title"]; if ($section["multiply"] !== false) { $sectionId = $sectionId."_".($s+1); } $sectionClasses = implode(" ",$section["classes"]); $step_index = $loop->index+1; $type_field = 'field_form'; @endphp @include("pages.reconsheet.upsert.form_builder") @if (($stepKey === "step2") && ($s === 0)) @endif {{-- end::Section --}} @endfor
@if (($loop->index +1) === 2)

{{__("sheet_v_02.step2.gauge_title_existing")}}

100%

{{__("sheet_v_02.step2.gauge_info_existing")}}

{{__("sheet_v_02.step2.gauge_title_incentive")}}

{{__("sheet_v_02.step2.gauge_info_incentive")}}

{{__("sheet_v_02.step2.warning_cer_config_start_title")}}

{{__("sheet_v_02.step2.warning_max_plant_size")}}
{{__("sheet_v_02.step2.warning_cer_config_start")}}

@endif
@endforeach
@foreach ($modals as $keyModal => $sections) @endforeach

{{__("app.reconsheet.sheet_structure")}}


                            
@if (isset($sheet) && (!empty($sheet)))

{{__("app.reconsheet.download_end_output")}}

{{__("sheet_v_02.export_json_result")}}
@endif