@php $Data = DB::table('cms_pages')->where('id',30)->first(); $Text = DB::table('page_section')->where('id',46)->first(); @endphp @include('inc.head') {!! $Text->meta_title !!}
@include('inc.header') @include('inc.footer')
@include('inc.foot')