@php $Data = DB::table('cms_pages')->where('id',30)->first(); $Text = DB::table('page_section')->where('id',48)->first(); $arr_data = DB::table('cms_pages')->whereIn('id',[19,20,21,22,23])->get(); @endphp @include('inc.head') {!! $Text->meta_title !!}
@include('inc.header') @include('inc.footer')
@include('inc.foot')