@lang('frontend.categories') @lang('frontend.pick_a_category')
@foreach($categories as $category) {{ $category->title }} @endforeach
@if (!empty($items[0]))
{!! getMediaImg($items[0]->media, '1200x1000', htmlspecialchars($items[0]->title)) !!}
@foreach($items[0]->authors as $author)
{!! getMediaImg($author->media, '200x200', htmlentities($author->title)) !!}
@endforeach
@foreach($items[0]->authors as $author) {{ $author->title }} @endforeach
{{ format_date($items[0]->date) }}

@title($items[0]->title)

{{ $items[0]->reference_summary }}

{{ format_date($items[0]->date) }}
@foreach($items[0]->categories as $category) {{ $category->title }} @endforeach
@endif @if (!empty($items[1]))
{!! getMediaImg($items[1]->media, '1200x1000', htmlspecialchars($items[1]->title)) !!}
@foreach($items[1]->authors as $author)
{!! getMediaImg($author->media, '200x200', htmlentities($author->title)) !!}
@endforeach
@php $count = count($items[1]->authors) - 1; @endphp @foreach($items[1]->authors as $author) {{ $author->title }} @endforeach
{{ format_date($items[1]->date) }}

@title($items[1]->title)

{{ $items[1]->reference_summary }}

{{ format_date($items[1]->date) }}
@foreach($items[1]->categories as $category) {{ $category->title }} @endforeach
@endif
@if (!empty($items[2]))
{!! getMediaImg($items[2]->media, '1200x1000', htmlspecialchars($items[2]->title)) !!}
@foreach($items[2]->authors as $author)
{!! getMediaImg($author->media, '200x200', htmlentities($author->title)) !!}
@endforeach
@php $count = count($items[2]->authors) - 1; @endphp @foreach($items[2]->authors as $author) {{ $author->title }} @endforeach
{{ format_date($items[2]->date) }}

@title($items[2]->title)

{{ $items[2]->reference_summary }}

{{ format_date($items[2]->date) }}
@foreach($items[2]->categories as $category) {{ $category->title }} @endforeach
@endif @if (!empty($items[3]))
{!! getMediaImg($items[3]->media, '1200x1000', htmlspecialchars($items[3]->title)) !!}
@foreach($items[3]->authors as $author)
{!! getMediaImg($author->media, '200x200', htmlentities($author->title)) !!}
@endforeach
@foreach($items[3]->authors as $author) {{ $author->title }} @endforeach
{{ format_date($items[3]->date) }}

@title($items[3]->title)

{{ $items[3]->reference_summary }}

{{ format_date($items[3]->date) }}
@foreach($items[3]->categories as $category) {{ $category->title }} @endforeach
@endif