{{--
{{ $about->alt_image }}

{{ $about->title }}

{!! $about->text !!}

@foreach ($about_structs as $about_struct)
@if ($loop->index % 2 == 0)

{{ $about_struct->name }}

{!! $about_struct->text !!}

{{ $about_struct->alt_image }}
@else
{{ $about_struct->alt_image }}

{{ $about_struct->name }}

{!! $about_struct->text !!}

@endif
@endforeach --}}
{{ $about->alt_image }}
{{__('website.Our Company')}}

{{ $about->title }} {{-- Your Business --}}

{!! $about->text !!}

{{-- --}}
@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