@extends('agent.layouts.layout') @section('content') @section('pagecsscode') @endsection

Payment Request Form Wallet Amount : ${{ $totalAmount }}


@csrf
@if ($errors->has('transaction_amount')) {{ $errors->first('transaction_amount') }}@endif
@if ($errors->has('transaction_remark')) {{ $errors->first('transaction_remark') }}@endif
  Cancel
@endsection @section('pagescriptcode') @endsection