@php $data = DB::table('policies')->where('id', 3)->first(); @endphp

{{ $data->title }}

{!! $data->content !!}