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