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

Sales Invoice List

view, open and export sales invoices based on a given date range, by default current date shop timings will be applied.
Actions
Invoice Customer Name Date Due date Total Tax Discount
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-index') @stop