@php $Blog = DB::table('blog_post')->where('post_alias',$alais)->first(); $BlogTop = DB::table('blog_post')->where('post_status',1)->orderby('post_date','DESC')->limit(10)->get(); $BlogCat = DB::table('blog_category')->where('cate_status',1)->get(); @endphp @include('inc.product-head') {!! $Blog->meta_title !!}
@include('inc.product-header') @include('inc.product-footer')
@include('inc.product-foot')