orderable: true,
data: "null",
width: '300',
autoWidth: true,
'text-align': 'center',
render: function(data, type, full) {
var encrypt_order_id = '{{ Crypt::encrypt('.full.id.') }}';
}
How could i encrypt this 'full.id' using Laravel 'Crypt'