{{$Data->name}}
{!! $Data->banner_text !!}-
@if(!empty($Data->description))
- INTRODUCTION @endif @if($Video->count() > 0)
- VIDEO @endif @if($Benifits->count() > 0)
- KEY BENEFITS @endif @if($Downloads->count() > 0)
- DOWNLOADS @endif
{!! $Data->description !!}
@foreach($Video as $Rows)
@if($Rows->alt=='video')
@else
{!! $Rows->name !!}
@endif
@endforeach
Benefits of {!! $Data->name !!}
-
@foreach($Benifits as $Rows)
- {!! $Rows->name !!} @endforeach
@foreach($Downloads as $Rows)
@endforeach