Category: {{ $items->category }}
Mobile App Type: {{ $items->type }}
Date Started: {{ $items->start_date }}
Date Ended: {{ $items->end_date }}
Website Link: {{ $items->link_1 }}
Visit Link: {{ $items->link_2 }}
{{ Str::limit(html_entity_decode(strip_tags($items->description)), 80, '...') }}
{{ Str::limit(html_entity_decode(strip_tags($items->key_delivery)), 80, '...') }}
{{ Str::limit(html_entity_decode(strip_tags($items->concept)), 80, '...') }}
@foreach(json_decode($items->image_1) as $image)
@endforeach