@extends('layouts.app') @section('content')

Void Order List

view, open and export void sales invoices based on a given date range, by default current date shop timings will be applied.
{{-- --}}
@php $datetime = new DateTime('tomorrow'); @endphp {{-- --}}
{{-- --}}
Invoice No Customer Name Invoice Date Void date Order Amount Void AmountDiscount Status
{{--
Statement Summary
Total Amount
0.00
Total Paid
Balance
0.00
--}}

Do you want to delete?

@endsection @section('admin_css') @stop @section('admin_js') @include('admin.js.sale-void') @stop