@php $Text = DB::table('page_section')->where('id',50)->first(); $Data = DB::table('cms_pages')->whereIn('id',[33,34,35,36])->get(); @endphp @include('inc.oil-head') {!! $Text->meta_title !!}
@include('inc.oil-header') @include('inc.oil-footer')
@include('inc.oil-foot')