@extends('layouts.admin.b4')
@section('content')
{!! Form::open(['action' => 'Moons\MoonsAdminController@storeMoonRemoval', 'method' => 'POST']) !!}
| System | Name | Rental Price | Ally Rental Price | Renter | Contact | Rental End | Paid? | Paid Until | Remove Renter | @foreach($table as $row)|
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $row['SPM'] }} | {{ $row['StructureName'] }} | {{ number_format($row['AlliancePrice'], 0, ".", ",") }} | {{ number_format($row['OutOfAlliancePrice'], 0, ".", ",") }} | {{ $row['Renter'] }} | {{ $row['Contact'] }} | {{ $row['RentalEnd'] }} | @if($row['Paid'] == 'Yes')Yes | @elseNo | @endif{{ $row['PaidUntil'] }} | {{ Form::radio('remove', $row['SPM'], false, ['class' => 'form-control']) }} |
| Moon Available |
| Moon Rented |
| Moon Rent Due |
| Alliance Use |