@extends('layouts.b4') @include('layouts.navbar') @section('content')
@foreach ($moons as $moon) @endforeach
Region System Name First Ore Quantity Second Ore Quantity Third Ore Quantity Fourth Ore Quantity Rental Price Renter Rental End
{{ $moon->region }} {{ $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