@extends('layouts.front.front') @section('title', 'Search Result | Apsys Network') {{-- main content --}} @section('content')

Search Result

Connecting To the world

@if($products->isNotEmpty()) @foreach($products as $product)
product-image
{{$product->name}}
{{$product->category->name}} {{$product->sub_title}}
{!! html_entity_decode($product->medium_description) !!}
@endforeach @else

Product Not Found

@endif
@endsection