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

{{ $about_struct->title }}

{!! $about_struct->text !!}

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

{{ $about_struct->title }}

{!! $about_struct->text !!}

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