@extends('front.app', ['html_attributes' => 'class=homepage']) @section('meta') @stop @section('container')
@if($first_section)
@if($first_section->oImage && $first_section->oImage->img && file_exists('upfiles/menu/'. $first_section->oImage->img))
{{ $first_section->short_descr ?? '' }}
@endif

{{ $first_section->short_descr ?? '' }}

{!! $first_section->body ?? '' !!}
@endif @if($second_section)
Background top
Candy

{{ $second_section->short_descr ?? '' }}

{!! $second_section->body ?? '' !!}
Star

{{ $second_section->h1_title }}

{{----}}
@endif @if($scenarios && $scenarios->children->isNotEmpty())

{{ $scenarios->short_descr }}

@foreach($scenarios->children as $one_scenario)
{{ $one_scenario->short_descr }}
@if($one_scenario->is_new == 1)

{{ Str::upper(ShowLabelById(64)) }}

@endif

{{ $one_scenario->short_descr }}

@if(!$one_scenario->is_future) @endif
@endforeach
@endif @if($section_statistics && $section_statistics->children->isNotEmpty())
@foreach($section_statistics->children as $one_item)
@if($one_item->short_descr)
{!! str_replace('+', '+', $one_item->short_descr) !!}
@endif
{{ $one_item->name }}
@endforeach
@endif @if($section_steps && $section_steps->children->isNotEmpty())
Candy
@foreach($section_steps->children as $one_item)
Ball {{ $loop->iteration ?? '' }} 0{{ $loop->iteration }}
{{ $one_item->name ?? '' }}
@endforeach
@endif
Background bottom
{{--

--}} @stop