@include('temp2/common/header') @if(!empty($title->menuimage))
  • All Services
  • @foreach($allservice as $allservice) @php $active=''; @endphp @if($allservice->id==Request::segment(2)) @php $active='serviceliactive'; @endphp @endif
  • {{$allservice->title}}
  • @endforeach
Featured Products
@foreach($surpro as $surpro)
Trending Now
@if(!empty($surpro->image1)) @endif

{{ substr($surpro->productname,0,60) }}...

{!! substr($surpro->description,0,80) !!}...
Free Shipping on $150+ Order*  
${{ sprintf("%.2f",$surpro->pricemrp)}}  ${{sprintf("%.2f",$surpro->pricesale)}}
@if($surpro->producttype == '1') @elseif ($surpro->producttype == '2') @endif
@endforeach
@include('temp2/common/footer')