@extends('layouts.website_layout') @section('meta_title', $meta_data->meta_title) @section('meta_description', $meta_data->meta_description) @section('canonical_tag', $meta_data->canonical_tag) @section('banner_image', "banners/".$banner->banner_image) @section('content')
{{$meta_data->page_name}}
You searched for {{$search_text}}
@if(!empty(count($products))) @endif @if(!empty(count($services))) @endif @if(!empty(count($product_catalogs))) @endif @if(!empty(count($blog))) @endif @if(!empty(count($product_faqs))) @endif @if(!empty(count($product_industries))) @endif @if(!empty(count($product_certificates))) @endif
@endsection