{{ Form::open(['id' => 'editSubscriptionForm']) }}
{{ Form::text('id',null,['hidden']) }}
{{ Form::hidden('id',null,['id'=>'SubscriptionId']) }}
{{ Form::label('End date',__('messages.subscription.end_date').':', ['class' => 'form-label']) }}
{{ Form::text('end_date', null, ['class' => 'form-control bg-white', 'required', 'id'=>'EndDate', 'autocomplete' =>'off']) }}