flex structure form

This commit is contained in:
2020-02-03 23:53:58 -06:00
parent d76b8c965a
commit 24f3751ab0

View File

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