@extends('layouts.site_layout') @section('title') {{$settings['site_name']}} @endsection @section('style') @endsection @section('content')
@foreach($sponsers as $sponser)
{{-- --}} {{-- --}}
@endforeach

{{trans('site.who_are_we')}}

{!! $settings['site_about_'.app()->getLocale()]!!}

{{trans('site.marsol_advantages')}}

{{trans('site.marsol_advantages_desc')}}

@foreach($advantages as $advantage)
{{$index}} {{-- --}}
{{--
{{$advantage['title_'.app()->getLocale()]}}
--}}
{{$advantage->title}}

{{ $advantage->desc }}

@endforeach
@foreach($steps as $step) @if($count % 2 != 0) @if ($loop->last)
{{-- --}}

{{trans("site.order_steps")}}

{{$step['title_'.app()->getLocale()]}}

{{$step['desc_'.app()->getLocale()]}}

@else
{{-- --}}

{{trans("site.order_steps")}}

{{$step['title_'.app()->getLocale()]}}

{{$step['desc_'.app()->getLocale()]}}

@endif @else @if ($loop->last)

{{trans("site.order_steps")}}

{{$step['title_'.app()->getLocale()]}}

{{$step['desc_'.app()->getLocale()]}}

{{-- --}}
@else

{{trans("site.order_steps")}}

{{$step['title_'.app()->getLocale()]}}

{{$step['desc_'.app()->getLocale()]}}

{{-- --}}
@endif @endif @endforeach {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

{{trans('site.join_as_delegate')}}

--}} {{--

--}} {{-- {{$settings['join_delegate_'.app()->getLocale()]}}--}} {{--

--}} {{-- --}} {{-- {{trans('site.show_more')}}--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}

{{trans('site.app_pages')}}

{{$settings['app_pages_desc_'.app()->getLocale()]}}

@foreach($pages as $page)
{{-- --}}
@endforeach

{{$settings['app_statistics_desc_'.app()->getLocale()]}}

{{$users}} +

{{trans('site.users_count')}}

{{$delegates}} +

{{trans('site.delegates_count')}}

{{$stores}} +

{{trans('site.stores_count')}}

{{$settings['downloads']}} +

{{trans('site.downloads_count')}}
@endsection @section('scripts') @endsection