Laravel DataTable render HTML

Add raw column function in laravel datatable
->rawColumns(['COLUMN_NAME'])
Lokesh003