Laravel DataTable Render HTML

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