@extends('front.layout.app') @section('content') Video Bundles @if($bundles) @foreach($bundles as $bundle) ${{ $bundle->price }} @if(empty($bundle->videos)) Coming Soon @else {!! $bundle->name !!} @endif Add to cart @endforeach @endif {{ $bundles->links() }} @section('script') @endsection @endsection