@extends('layoutsfrontend.master') @section('content') @php $heading1=''; $heading2=''; @endphp @isset($valueadded) @foreach($valueadded as $valueadded_res) @if($valueadded_res->id==1) @php $heading1=$valueadded_res->content; @endphp @endif @if($valueadded_res->id==2) @php $heading2=$valueadded_res->content; @endphp @endif @endforeach @endisset

Trusted by Many

{{$heading1}}

@foreach(explode("\n", $heading2) as $point) @if(trim($point))

{{ trim($point) }}

@endif @endforeach
@isset($valueadded) @foreach($valueadded as $valueadded_res) @if($valueadded_res->type=='normal')
@php $gallery = $valueadded_res->galleries(20)->first(); $imagePath = getgallery($gallery); @endphp
@endif @endforeach @endisset
@endsection