@extends('layouts.user.dashb4') @section('content')

Total Worth of the Moon / Month

Total Moon Worth: {{ $totalWorth }} 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
{{ str_replace('_', ' ', $key) }} {{ number_format($value, 0, ".", ",") }}
@endsection