@extends('main') @section('h_title', 'Commissions') @section('body')
Setup {{ $commission->user_level }} Commissions

@csrf @method('PUT')
%
recharge_commission_status == 'On' ? 'checked' : '' }}>
@csrf @method('PUT')
%
m_banking_commission_status == 'On' ? 'checked' : '' }}>
Setup {{ $commission->user_level }} Fees

@csrf @method('PUT')
%
cash_out_status == 'On' ? 'checked' : '' }}>
@csrf @method('PUT')
BDT
send_money_status == 'On' ? 'checked' : '' }}>
@csrf @method('PUT')
%
banking_charge_status == 'On' ? 'checked' : '' }}>
@endsection