flex structure form

This commit is contained in:
2020-02-04 00:03:13 -06:00
parent 84991d26a5
commit 5ae722b6a4

View File

@@ -29,10 +29,10 @@
<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>
<td>
{!! Form::open(['action' => 'Flex\FlexAdminController@updateFlexStructure', 'method' => 'POST']) !!}
{{ Form::date('paid_until', \Carbon\Carbon::now()->endOfMonth(), ['class' => 'form-control']) }}
{{ Form::submit('Update', ['class' => 'btn btn-primary']) }}
{!! Form::close() !!}
</td>