@extends('layouts.b4') @include('layouts.navbar') @section('content')
| System | Name | First Ore | Quantity | Second Ore | Quantity | Third Ore | Quantity | Fourth Ore | Quantity | Rental Price | Renter | Rental End | @if(sizeof($moons) > 0) @foreach ($moons as $moon)
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $moon['system'] }} | {{ $moon['structure'] }} | {{ $moon['firstore'] }} | {{ $moon['firstquan'] }} | {{ $moon['secondore'] }} | {{ $moon['secondquan'] }} | {{ $moon['thirdore'] }} | {{ $moon['thirdquan'] }} | {{ $moon['fourthore'] }} | {{ $moon['price'] }} | {{ $moon['renter'] }} | {{ $moon['rentend'] }} |