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