{{ $v['heading'] }} {{ $v['heading_accent'] }}

{{ $v['subtitle'] }}

@forelse(($testimonials ?? collect()) as $i => $video)
playUrl()) data-video-url="{{ $video->playUrl() }}" data-video-type="{{ $video->video_type }}" data-video-title="{{ $video->name }}" @endif>
@if($video->imageUrl()) {{ $video->name }} @else @endif @if($video->tag){{ $video->tag }}@endif
@if($video->duration){{ $video->duration }}@endif

{{ $video->name }}

@if($video->role)

{{ $video->role }}

@endif
@empty
Student stories coming soon.
@endforelse