@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') }}
{{$errors->first('currency') }}
 
{{$errors->first('debit_or_credit') }}
{{$errors->first('adjustment_amount') }}
{{-- {{$errors->first('notes') }} --}}
{{$errors->first('notes') }}
@endsection @section("page_vendors") @endsection @section("page_script") @endsection