@component('components.widget')
{!! Form::label('subscriptions_filter_date_range', __('report.date_range') . ':') !!} {!! Form::text('subscriptions_filter_date_range', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control', 'readonly']); !!}
@endcomponent
@include('sale_pos.partials.subscriptions_table')