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