@if($item->slug != 'pay-link' && $item->slug != 'gift_card')
@endif
@if( $item->agent_profit == true)
@endif
@include('admin.components.button.form-btn',[
'text' => "update",
'class' => "w-100 btn-loading",
'permission' => "admin.trx.settings.charges.update",
])