@extends('layouts.app') @section('title', __( 'lang_v1.subscriptions')) @section('content')
@component('components.widget', ['class' => 'box-primary', 'title' => __( 'lang_v1.subscriptions' ), 'icon' => 'ni ni-app text-primary'])
@can('sell.view') @slot('tool')
{!! Form::label('subscriptions_filter_date_range', __('report.date_range') . ':', ['style' => 'display:none']) !!} {!! Form::text('subscriptions_filter_date_range', null, ['placeholder' => __('lang_v1.select_a_date_range'), 'class' => 'form-control bd-rd-7', 'readonly']); !!}
@endslot @include('sale_pos.partials.subscriptions_table') @endcan @endcomponent
@stop @section('javascript') @include('sale_pos.partials.subscriptions_table_javascript') @endsection