@php $Meta = DB::table('page_section')->where('id',57)->first(); $Slider = DB::table('product_sliders')->where('status',1)->get(); $CMS = DB::table('cms_pages')->where('id',55)->first(); $Product = DB::table('categories')->where('status',1)->where('level',1)->get(); $Industries = DB::table('industries_categories')->where('level',1)->where('status',1)->get(); $Service = DB::table('service')->where('status',1)->get(); @endphp @include('inc.product-head') {{$Meta->meta_title}}
@include('inc.product-header')
@include('inc.product-foot')