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

Sales Report Preview

{{csrf_field()}}
@can('diagnostic-test-report-view')
Invoice ID Patient Name Phone No Discount Total Paid Due Date Delivery Date Status Payment Sale By Action
Invoice IDs Patient Names Phone No Discount Total Paid Due Date Delivery Date Status Payment Sale By Action
@endcan
@endsection @section('extra-css') {{Html::style('assets/bower_components/datatables.net/buttons/css/buttons.dataTables.min.css')}} @stop @section('extra-js') @stop