Inspiring Journeys



Stories of hope and impact
Image

Bridging hearts building relations

Inspiring Journeys list

{{--
@foreach($stories as $story) @if(!empty($story->insta_url)) @endif @endforeach
--}}
@foreach($stories as $story) @if(!empty($story->insta_url))
@endif @endforeach
@foreach($stories as $index => $story)
@php $summary = $story->story_summary; $shortSummary = \Illuminate\Support\Str::limit($summary, 120); $isLong = strlen($summary) > 120; @endphp

{{ $shortSummary }} @if ($isLong)
Read more... @endif

@endforeach
{{--
@foreach($stories as $index => $story)
Story Image
@endforeach
--}}
@foreach($stories as $story) @endforeach