{{$Rows->title}}
{{$Rows->description}}
@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')