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

Moons in W4RP Space

@foreach($systems as $system)
@foreach($moons as $moon) @if($moon->System == $system) @if($moon->Available == 1) @else @endif @endif @endforeach
Location Corporation Structure Name First Ore First Quantity Second Ore Second Quantity Third Ore Third Quantity Fourth Ore Fourth Quantity Available
{{ $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 }}YesNo
@endforeach

Table Goes here

Table Goes Here

@endsection