@extends('layouts.app') @section('title', __('lang_v1.subscriptions')) @section('content')

@lang('lang_v1.subscriptions') @show_tooltip(__('lang_v1.recurring_invoice_help'))

{{--
@can('sell.view')
{!! 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']); !!}
@include('sale_pos.partials.subscriptions_table') @endcan
--}} @component('components.widget', ['class' => 'box-solid']) @can('sell.view')
{!! 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', ]) !!}
@include('sale_pos.partials.subscriptions_table') @endcan @endcomponent
@stop @section('javascript') @include('sale_pos.partials.subscriptions_table_javascript') @endsection