document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. $invoices->each(function($invoice) {
  2.     $invoice->pay();
  3. });
');