@component('components.filters', ['title' => __('report.filters')])
@include('sell.partials.sell_list_filters')
@endcomponent
@component('components.widget', ['class' => 'box-primary', 'icon' => 'fa fas fa-cash-register text-primary', 'title' => __( 'sale.list_pos')])
@can('sell.create')
@slot('tool')
@endslot
@endcan
@can('sell.view')
@include('sale_pos.partials.sales_table')
@endcan
@endcomponent