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

Moons in Warped Intentions Sovereignty



@foreach($systems as $system)
@foreach($moons as $moon) @if($moon->System == $system) @endif @endforeach
Location Corporation Structure Name First Ore First Quantity Second Ore Second Quantity Third Ore Third Quantity Fourth Ore Fourth Quantity Availability
{{ $moon->System . " - " . $moon->Planet . " - " . $moon->Moon }} {{ $moon->Corporation }} {{ $moon->StructureName }} {{ $moon->FirstOre }} {{ $moon->FirstQuantity }} {{ $moon->SecondOre }} {{ $moon->SecondQuantity }} {{ $moon->ThirdOre }} {{ $moon->ThirdQuantity }} {{ $moon->FourthOre }} {{ $moon->FourthQuantity }} {{ $moon->Available }}
@endforeach
@endsection