@include('layout.header')

Video

@if ($video->videos)
@foreach ($video->videos()->orderBy('id','desc')->get() as $item)
{{$item->title}}

{{$item->title}}

{{$item->title}}
{{-- Vide Modal --}} @endforeach
@endif
@if ($content->contents)
@foreach ($content->contents()->orderBy('id','desc')->get() as $item)

{{$item->title}}

{{$item->title}}
@endforeach
@endif @include('layout.footer')