@extends('layouts.b4') @section('content')

Total Worth of the Moon / Month

Total Moon Goo + Ore Worth: {{ $totalWorth }} ISK
Total Moon Goo Worth: {{ $totalGoo }} ISK

Moon Composition

Reprocessing Percentage set at: {{ $reprocessing }}

Length of pull is 1 month

@foreach($composition as $key => $value) @if($value > 0) @endif @endforeach
Mineral Quantity
{{ $key }} {{ number_format($value, 0, ".", ",") }}
@endsection