laravel dataTable render html

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