@extends('admin.layout.master') @section('title','SELL') @section('custom_style') @endsection @section ('content')

{{__('obs.sells')}} {{__('obs.list')}}

@if(checkAuthPermission('sell.create'))
{{__('obs.add')}} {{__('obs.new')}}
@endif
@include('inventory.global.report_print_excel_button')
@csrf
@include('inventory.global.invoice_group_dd', ['type'=> 3])
{!!getDateInput('date_from','date_from',Request()->date_from)!!} {{-- --}}
{!!getDateInput('date_to','date_to',Request()->date_to)!!} {{-- --}}

@include('admin.global.loader') @include('inventory.product.sell.vat_posting_modal')
{{-- --}}
{{--
{!! $invoices->links() !!}
--}}
@endsection @section('script') @endsection