@extends('front.layout.app') @section('content') {!! $teaser->banner_heading !!} {!! $teaser->banner_title !!} @if($teasers) @foreach($teasers as $teaser) ${{ $teaser->price }} @if(empty($teaser->video)) @else {!! $teaser->title !!} @endif Add to cart @endforeach @endif {{ $teasers->links() }} @section('script') @endsection @endsection
{!! $teaser->banner_title !!}