{{--
@foreach ($vediosTitle as $title) @endforeach
--}}
@foreach ($sections as $section) @if ($section->key == 'video')

{{ $section->name }}
{{ $section->title }}

@endif @endforeach