×
Renew Contract
{!! Form::open(['id'=>'renewContract','class'=>'ajax-form','method'=>'POST']) !!}
@lang('app.startDate')
@lang('modules.contracts.endDate')
@lang('app.amount')
@if($contract->signature)
@lang('modules.contracts.keepSignature')
@endif
{!! Form::close() !!}
{{----}}