@extends('front.layout.app') @section('content')
@if($bundle) @foreach($bundle->videos as $video) @endforeach @endif
@section('script') @endsection @endsection