@extends('layouts.app') @section('title', $customer->name) @section('content')
| Faktura | Datum | Förfall | Belopp | Status |
|---|---|---|---|---|
| {{ $inv->invoice_number }} | {{ $inv->invoice_date->format('d.m.Y') }} | {{ $inv->due_date->format('d.m.Y') }} | {{ number_format($inv->total,0,',', ' ') }} {{ $inv->currency }} | {{ $inv->status_label }} |
| Inga fakturor Ànnu | ||||