@if(($settings?->show_videos ?? true) && $videos->isNotEmpty())
Videos

{!! $settings?->videos_title ?: 'Conoce nuestro colegio' !!}

@if($settings?->videos_subtitle)

{!! $settings->videos_subtitle !!}

@endif
@foreach($videos as $video)
@if(youtube_thumb($video->url)) {{ $video->title }} @endif
{{ $video->title }}
@if($video->category)
{{ $video->category }}
@endif
@endforeach
@endif @push('scripts') @endpush