{{-- {{ $about->title }} {!! $about->text !!} @foreach ($about_structs as $about_struct) @if ($loop->index % 2 == 0) {{ $about_struct->name }} {!! $about_struct->text !!} @else {{ $about_struct->name }} {!! $about_struct->text !!} @endif @endforeach --}} {{__('website.Our Company')}} {{ $about->title }} {{-- Your Business --}} {!! $about->text !!} {{-- more about us --}} @include('Website.about-partials._statistics') {{__('website.Mission&Vision')}} @foreach ($about_structs as $index=>$about_struct) {{ $about_struct->name }} {!! $about_struct->long_desc !!} {{ str_pad($loop->iteration, 2, '0', STR_PAD_LEFT) }} @endforeach
{!! $about->text !!}
{!! $about_struct->text !!}
{!! $about_struct->long_desc !!}