@extends("AgentNetwork.layouts.layout") @section("title", trans('message_lang.LBL_SEND_MONEY_TXNS')) @section("page_style") @endsection @section("content")

{{ trans('message_lang.LBL_SEND_MONEY_TXNS') }}

{{ csrf_field() }}
@include('AgentNetwork.send-money.send_money_txns')
@endsection @section("page_vendors") @endsection @section("page_script") @endsection