@extends('layouts.b4') @section('content')
| System | Name | First Ore | Quantity | Second Ore | Quantity | Third Ore | Quantity | Fourth Ore | Quantity | Rental Price | Ally Rental Price | Renter | Rental End | @foreach($table as $row)
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $row['SPM'] }} | {{ $row['StructureName'] }} | {{ $row['FirstOre'] }} | {{ $row['FirstQuantity'] }} | {{ $row['SecondOre'] }} | {{ $row['SecondQuantity'] }} | {{ $row['ThirdOre'] }} | {{ $row['ThirdQuantity'] }} | {{ $row['FourthOre'] }} | {{ $row['FourthQuantity'] }} | {{ $row['AlliancePrice'] }} | {{ $row['OutOfAlliancePrice'] }} | {{ $row['Renter'] }} | {{ $row['RentalEnd'] }} |
| Moon Available |
| Moon Rented |
| Moon Rent Due |