@extends('layouts.app') @section('title', 'New Payout Run') @section('content')
← Payouts

New Payout Run

@if($errors->any())
@foreach($errors->all() as $err)
• {{ $err }}
@endforeach
@endif
@csrf
All Successful referrals in this period that haven't been paid yet will be rolled up into one draft run. You can review, approve, and mark Sent once the M-Pesa transfers are made.
Cancel
@endsection