@php $Data = DB::table('cms_pages')->where('id',30)->first(); $Text = DB::table('page_section')->where('id',47)->first(); $arr_data = DB::table('cms_pages')->whereIn('id',[24,25,26,27,28,29])->get(); @endphp @include('inc.head') {!! $Text->meta_title !!}
@include('inc.header') @include('inc.footer')
@include('inc.foot')