@extends('front.layout.app') @section('content')
@if($bundles) @foreach($bundles as $bundle)
  • ${{ $bundle->price }}
  • @if(empty($bundle->videos))

    Coming Soon

    @else

    {!! $bundle->name !!}

    @endif
@endforeach @endif
@section('script') @endsection @endsection