@extends('layouts.b4') @section('content')
| Location | Corporation | Structure Name | First Ore | First Quantity | Second Ore | Second Quantity | Third Ore | Third Quantity | Fourth Ore | Fourth Quantity | Available | @foreach($moons as $moon) @if($moon->System == $system)|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $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 }} | @if($moon->Available == 1)Yes | @elseNo | @endif