diff --git a/resources/views/miningtax/user/display/details/invoice.blade.php b/resources/views/miningtax/user/display/details/invoice.blade.php index f9dc7dea1..5069fae9c 100644 --- a/resources/views/miningtax/user/display/details/invoice.blade.php +++ b/resources/views/miningtax/user/display/details/invoice.blade.php @@ -5,21 +5,20 @@
| Ore Name | Quantity | -Amount | - @foreach($ores as $ore) + @foreach($ores as $name => $quantity)||
|---|---|---|---|---|
| {!! $ore['ore_name'] !!} | -{!! $ore['quantity'] !!} | -{!! number_format($ore['amount'], 2, ".", ",") !!} ISK | +{{ $name }} | +{{ $quantity }} |