{{ __('Youtube Videos') }}

{{-- Videos --}} @foreach ($feature_details as $feature) @if ($feature->type == 'youtube')
{{-- Add Youtube title --}} @if ($feature->label != null)
{{ $feature->label }}
@endif
@endif @endforeach