@if(count($intros) > 0)
@foreach($intros as $intro)

{{ $intro->title ?? '' }}

{{ $intro->description ?? '' }}

@endforeach
@endif