Files
w4rpservices/resources/views/moons/adminmoon.blade.php
2018-11-10 14:36:54 -06:00

27 lines
768 B
PHP

@extends('layouts.b4')
@section('content')
<div class="container col-md-12">
<table class="table table-striped">
<thead>
<th>System</th>
<th>Name</th>
<th>First Ore</th>
<th>Quantity</th>
<th>Second Ore</th>
<th>Quantity</th>
<th>Third Ore</th>
<th>Quantity</th>
<th>Fourth Ore</th>
<th>Quantity</th>
<th>Rental Price</th>
<th>Ally Rental Price</th>
<th>Renter</th>
<th>Rental End</th>
</thead>
<tbody>
{!! $html !!}
</tbody>
</table>
</div>
</div>
@endsection