@extends("agentportal.layouts.layout") @section("title", "Add/Withdraw Funds") @section("page_style") @endsection @section("content")

{{ __('message_lang.LBL_MTN_GIN_ADD_OR_WITHDRAW_FUNDS') }}

@csrf
{{$errors->first('sending_partner_id') }}
@error('operation_type') {{ $message }} @enderror
 
{{$errors->first('debit_or_credit') }}
{{$errors->first('notes') }}
@endsection @section("page_vendors") @endsection @section("page_script") @endsection