@include('layouts.front.styles')
@include('layouts.front.header') @include('layouts.front.navigation')
Gallery
Video Gallery
{{$video->title}}
@foreach($video->videos as $video)
@endforeach
@include('layouts.front.footer') @include('layouts.front.scripts') @stack('front.scripts')