@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_UPDATE_COMMISSIONS")) @section("content")
{{ $bank->bank_code." : " }} {!! trans("message_lang.LBL_UPDATE_COMMISSIONS") !!}
{{ trans('message_lang.BTN_BACK') }}
@csrf
{!! trans("message_lang.LBL_TYPE") !!}
*
@foreach($types as $k => $type)
commission_type == $k) {{"checked"}} @endif class="form-check-input">{{ ucfirst($type) }}
@endforeach @error('type')
{{ $message }}
@enderror
Percentage Of
*
percentage_of == "0") {{"selected"}} @endif>Principal Amount
percentage_of == "1") {{"selected"}} @endif>Sending Fee
@error('percentage_of')
{{ $message }}
@enderror
{!! trans("message_lang.LBL_AMOUNT") !!}
*
@error('amount')
{{ $message }}
@enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection