@contentManager('UNIVERSITY', 'BOTTOM-LEFT-IMAGES')
@php
$query = contentItems('UNIVERSITY', 'BOTTOM-LEFT-IMAGES');
$query->getQuery()->orders = null;
@endphp
@if ($item = $query->inRandomOrder()->first())
@contentItem(['item' => $item])
@endcontentItem
{{--
{!! nl2br($item->description) !!}
--}}
@endif
@contentManager('UNIVERSITY', 'BOTTOM-RIGHT-IMAGES')
@php
$query = contentItems('UNIVERSITY', 'BOTTOM-RIGHT-IMAGES');
$query->getQuery()->orders = null;
@endphp
@if ($item = $query->inRandomOrder()->first())
@contentItem(['item' => $item])
@endcontentItem
{{--
{!! nl2br($item->description) !!}
--}}
@endif