@php $Data = DB::table('cms_pages')->where('id',30)->first(); $Text = DB::table('page_section')->where('id',56)->first(); $arr_data = DB::table('cms_pages')->whereIn('id',[42,43,44,45,46])->get(); @endphp @include('inc.oil-head') {!! $Text->meta_title !!}
@include('inc.oil-header') @include('inc.oil-footer')
@include('inc.oil-foot')