@extends('layouts.app') @section('title', 'Driver Pay Out') @section('content')
Prepare Canadian driver settlements for bank portal upload. Total Amount = Settlement Amount + Addition - Deficit.
Upload CSV or XLSX with headers: driver name, driver bank, institution number, transit number, account no, settlement amount, date. Optional headers: deficit, addition.
| Driver Name | Driver Bank | Institution No | Transit No | Account No | Settlement Amount | Date | Deficit | Addition | Save Button | Total Amount | Delete |
|---|---|---|---|---|---|---|---|---|---|---|---|
| C${{ number_format((float) $payout->total_amount, 2) }} | |||||||||||
| No payout records yet. Add one or import a CSV/XLSX file. | |||||||||||