@extends('header') @section('content')
 }}) 
  
         }}) 
  
         }}) 
  
        
| Invoice # | Client | Due date | Balance due@foreach ($pastDue as $invoice) | 
|---|---|---|---|
| {{ $invoice->getLink() }} | {{ $invoice->client->getDisplayName() }} | {{ Utils::fromSqlDate($invoice->due_date) }} | {{ Utils::formatMoney($invoice->balance, $invoice->client->currency_id) }} | 
| Invoice # | Client | Due date | Balance due@foreach ($upcoming as $invoice) | 
|---|---|---|---|
| {{ $invoice->getLink() }} | {{ $invoice->client->getDisplayName() }} | {{ Utils::fromSqlDate($invoice->due_date) }} | {{ Utils::formatMoney($invoice->balance, $invoice->client->currency_id) }} |