diff --git a/resources/views/users/show.blade.php b/resources/views/users/show.blade.php index 3b77c89..e913997 100644 --- a/resources/views/users/show.blade.php +++ b/resources/views/users/show.blade.php @@ -11,19 +11,41 @@ + +
Pracownik
-Bilans zaliczek
-+
Bilans zaliczek
+{{ number_format((float) $balance, 2, ',', ' ') }} zł
| Data | -Typ | -Kwota | +|||
|---|---|---|---|---|---|
| Data | +Typ | +Kwota | |||
| {{ $advance->date->format('d.m.Y') }} | -{{ $advance->type?->name ?? '—' }} | -+ | {{ $advance->date->format('d.m.Y') }} | +{{ $advance->type?->name ?? '—' }} | +{{ number_format((float) $advance->amount, 2, ',', ' ') }} zł |
| {{ $advance->date->format('d.m.Y') }} | -{{ $advance->user->name }} {{ $advance->user->surname }} | ++ + {{ $advance->user->name }} {{ $advance->user->surname }} + + | {{ number_format((float) $advance->amount, 2, ',', ' ') }} zł | {{ $advance->type->name }} |