{!! $Text->text_1 !!}
{!! $Text->text_2 !!}
@foreach($Publications as $Rows)
{{date('d F,Y',strtotime($Rows->date))}}
@php $Text = DB::table('page_section')->where('id',52)->first(); $Publications = DB::table('publications')->where('status',1)->orderby('date','DESC')->paginate(20); @endphp
@include('inc.oil-head')