@php $Meta = DB::table('company')->where('category_alias',$Alias)->first(); $Specification = DB::table('specification')->where('company_id',$Meta->category_id)->where('status',1)->get(); @endphp @include('inc.product-head') {{$Meta->meta_title}}
@include('inc.product-header')