@include('include.comman-head') @include('include.header-inner')
@foreach($products as $data)
{{ $data->product_title }} {{ $data->product_title }}
@endforeach
@foreach ($homepages as $homepage)
{{ $homepage->pg_name }}
Home / {{ $homepage->pg_name }}
@endforeach
Explore Our All Products
@foreach($products as $data)
@if(isset($data['image'])) {{ $data->product_title }} @endif
{{ $data->product_title }}

{!! \Illuminate\Support\Str::limit(strip_tags(htmlspecialchars_decode($data->description)), 100) !!}

Read More
@endforeach
@include('contact-home') @include('include.footer-inner') @include('include.comman-end')