@php $chunks = array_chunk($data, 2, true); @endphp
@foreach ($chunks as $chunk) @foreach ($chunk as $key => $value) @endforeach @endforeach
{{ $key }} {!! $value !!}
@include('staff.history.partials._history', ['details' => $study->details]) @if ( $study->hasMedia(\App\Models\Study::MEDIA_COLLECTION) )
Attachments
@include('staff.history.partials._uploaded-studies-list', ['study' => $study, 'allow_delete' => false, 'table_header' => false])
@endif