{{$historyTitle}}

@foreach($histories as $history) @if ($loop->iteration % 2 == 0)
image
{{$history->history_year}}

{{$history->history_title}}

{{$history->history_description}}

@else
{{$history->history_year}}

{{$history->history_title}}

{{$history->history_description}}

image
@endif @endforeach