@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_UPDATE_COMMISSIONS")) @section("content")

{{ $bank->bank_code." : " }} {!! trans("message_lang.LBL_UPDATE_COMMISSIONS") !!}

@csrf
@foreach($types as $k => $type)
@endforeach @error('type') {{ $message }} @enderror
@error('amount') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection