@php $web = DB::table('websettings')->first(); $home = DB::table('homedetails')->first(); @endphp
{{ $home->about_desc }}
{!! $web->about_desc !!}