@extends('front.layout.app') @section('content') {{ $bundle->name }} @if($bundle) @foreach($bundle->videos as $video) ${{ $video->price }} @if(empty($video->video)) @else {!! $video->title !!} @endif @endforeach @endif @section('script') @endsection @endsection