@extends('user.layouts.app', ['title' => 'Send Bulk IPN']) @push('head') @endpush @section('content')
Tools / Send Bulk IPN

Upload & Process

Upload a file, pick the gateway mode, and review queued IPN order references from the same screen.

Gateway
Payin
Payout
Rows Visible
{{ $ipns->count() }}
Upload State
No file chosen
Upload & Process
Select gateway, choose file, and prepare the bulk IPN run
IPN Table
Recent sample IPN processing rows
@foreach ($ipns as $ipn) @endforeach
Ipn's Order ID
{{ $ipn['ipn'] }} {{ $ipn['order_id'] }}
@foreach ($ipns as $ipn)
IPN
{{ $ipn['ipn'] }}
Order ID
{{ $ipn['order_id'] }}
@endforeach
@endsection