@php
$extra = [
[
'targets' => 2,
'createdCell' => 'function (td) { $(td).css("direction", "ltr").css("text-align", "start"); }'
],
[
'targets' => 4,
'render' => 'function(data){ return data == \'credit\' ? \'
' . __('trans.student.wallet.credit') . '\' : \'
' . __('trans.student.wallet.debit') . '\'; }',
],
];
$actions = [
['type' => 'custom', 'html' => '
' . __('trans.student.wallet.view_details') . ''],
];
@endphp