Our History

@foreach($historyItems as $history)
@if($loop->index % 2 == 0)

{{ $history->name }}

{!! $history->description !!}

{{ $history->history_date->format('M Y') }}

{{ $history->name }}
@else
{{ $history->name }}

{{ $history->history_date->format('M Y') }}

{{ $history->name }}

{!! $history->description !!}

@endif

{{ $history->history_date->format('M Y') }}

@endforeach