{{ Form::open(['id' => 'search-form', 'method' => 'POST', 'url' => url('home/export')]) }}
@if(0 < $contracts->count())
{{ Form::hidden("list_type", $time->format('Y-m-01')) }}
@endif
@include('elements.dashboard.expiring_contracts_table')
{{ Form::close() }}