@extends('layouts.app') @section('content')
Home
Sales Invoice List
?
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
New Invoice
@foreach($data['customers'] as $key => $value) @if($value != '')
{{$value}}
@endif @endforeach
Filter
Invoice
Customer Name
Date
Due date
Total
Tax
Discount
Statement Summary
Total Amount
0.00
Total Paid
0.00
Balance
0.00
Do you want to delete?
Cancel
Confirm
@endsection @section('admin_css')
@stop @section('admin_js') @include('admin.js.sale-index') @stop