add form for system rentals

This commit is contained in:
2020-08-12 02:44:34 -05:00
parent 6023f9801f
commit cd7428e3c3

View File

@@ -23,7 +23,7 @@
<tr>
<td>{{ $rental->contact_name }}</td>
<td>{{ $rental->corporation_name }}</td>
<td>{{ $rental->system }}</td>
<td>{{ $rental->system_name }}</td>
<td>{{ number_format($rental->rental_cost, 0, ".", ",") }}</td>
<td>{{ $rental->paid_until }}</td>
<td>