@props(['items', 'endIcon' => 'far fa-clock', 'endColor' => 'gray'])
merge(['class' => 'timeline timeline-inverse modern-timeline']) }}>
@foreach($items as $item)
{{ $item['time'] }}
@if(!empty($item['body']))
{!! $item['body'] !!}
@endif
@endforeach
@pushonce('css')
@endpushonce