@extends('layouts.b4')
@section('content')
Total Worth of the Moon / Month
Total Moon Goo + Ore Worth: {{ $totalWorth }} ISK
Total Moon Goo Worth: {{ $totalGoo }} ISK
Reprocessing Percentage set at: {{ $reprocessing }}
Length of pull is 1 month
| Mineral |
Quantity |
@foreach($composition as $key => $value)
@if($value > 0)
| {{ $key }} |
{{ number_format($value, 0, ".", ",") }} |
@endif
@endforeach
@endsection