add form for system rentals

This commit is contained in:
2020-08-12 02:57:39 -05:00
parent b916d0364c
commit 5688f6ebb8

View File

@@ -24,7 +24,7 @@
<td>{{ $rental->contact_name }}</td>
<td>{{ $rental->corporation_name }}</td>
<td>{{ $rental->system_name }}</td>
<td>{{ number_format($rental->rental_cost, 0, ".", ",") }}</td>
<td>{{ $rental->rental_cost }}</td>
<td>{{ $rental->paid_until }}</td>
<td>
{!! Form::open(['action' => 'SystemRentals\RentalAdminController@updateRentalSystem', 'method' => 'POST']) !!}