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