@extends('layouts.app') @section('content') @if($objProducts!=null)
@else @if($objProductsSearch!=null)
@php echo html_entity_decode($objProductsSearch) @endphp
@endif @endif @endsection