@php $terms = DB::table('pages')->find(2); $policy = DB::table('pages')->find(3); $blogs = DB::table('blogs') ->latest() ->limit(2) ->get(); @endphp