@if (isset($collections) && count($collections) > 0) @php $starterIndex = $collections->search(function($collection) use ($currentCollectionId) { return $collection->id === $currentCollectionId; }); @endphp
@foreach ($collections as $collection)
Collection

{{ $collection->title }}

{!! $collection->summary !!}
@endforeach
@section('js') @parent @endsection @endif