@include('partials.nav-header')
@foreach ($subscription->videos as $video )
{{$video->name}}
@endforeach
@include('partials.footer')