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