{{ $about->title }}

{!! $about->text !!}

{{ $about->title }}
@foreach($about_structs as $index => $about_struct) @if($about_struct->status == 1)
@if($index % 2 == 0) {{-- صورة شمال - نص يمين --}}
{{ $about_struct->name }}

{{ $about_struct->name }}

{!! $about_struct->long_desc !!}

@else {{-- نص شمال - صورة يمين --}}

{{ $about_struct->name }}

{!! $about_struct->long_desc !!}

{{ $about_struct->name }}
@endif
@endif @endforeach

{{ __('website.why_choose_us') }}

@foreach($benefits as $benefit)
{{ $benefit->title }}
{{ $benefit->name }}

{!! $benefit->description !!}

@endforeach