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

Sales Invoice List

Shows list of invoices with discount and tax for the selected date
{{ csrf_field() }}
@endsection @section('admin_css') @stop @section('admin_js') @stop