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

@lang( 'sale.sells')

@component('components.filters', ['title' => __('report.filters')]) @include('sell.partials.sell_list_filters') @if($is_woocommerce)
@endif @endcomponent @component('components.widget', ['class' => 'box-primary', 'title' => __( 'lang_v1.all_sales')]) @can('sell.create') @slot('tool')
@lang('messages.add')
@endslot @endcan @if(auth()->user()->can('direct_sell.access') || auth()->user()->can('view_own_sell_only'))
@lang('messages.action') @lang('messages.date') @lang('sale.invoice_no') @lang('sale.customer_name') @lang('lang_v1.contact_no') @lang('sale.location') @lang('sale.payment_status') @lang('lang_v1.payment_method') @lang('sale.total_amount') @lang('sale.total_paid') @lang('lang_v1.sell_due') @lang('lang_v1.sell_return_due') @lang('lang_v1.shipping_status') @lang('lang_v1.total_items') @lang('lang_v1.types_of_service') @lang('lang_v1.third_party_order_id') @lang('lang_v1.added_by') @lang('sale.sell_note') @lang('sale.staff_note') @lang('sale.shipping_details') @lang('restaurant.table') @lang('restaurant.service_staff')
@endif @endcomponent
@stop @section('javascript') @endsection