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