flex structure form

This commit is contained in:
2020-02-04 00:02:28 -06:00
parent 6f1bd0538a
commit 84991d26a5

View File

@@ -28,6 +28,7 @@
<td>{{ $structure->structure_type }}</td>
<td>{{ number_format($structure->structure_cost, "2", ".", ",") }}</td>
<td>
{{ $structure->paid_until }}
{!! Form::open(['action' => 'Flex\FlexAdminController@updateFlexStructure', 'method' => 'POST']) !!}
{{ Form::date('paid_until', \Carbon\Carbon::now()->endOfMonth(), ['class' => 'form-control']) }}
</td>