@extends('layouts.fdhl') @section('title') @if(isset($widgets)) @if($widgets['videos-widget']['status']==1) {{$widgets['videos-widget']['meta_title']}} @endif @endif @endsection @section('description') @if(isset($widgets)) @if($widgets['videos-widget']['status']==1) {{$widgets['videos-widget']['meta_description']}} @endif @endif @endsection @section('keywords') @if(isset($widgets)) @if($widgets['videos-widget']['status']==1) {{$widgets['videos-widget']['meta_keywords']}} @endif @endif @endsection @section('content')

@if($widgets['videos-widget']['status']==1) {{$widgets['videos-widget']['title']}} @endif

@foreach($allvideos as $videos) @if ($loop->first) @else

{{$videos->title}}

@endif @endforeach

Have a question or need help! Don't hesitate to contact us

@endsection