@extends('layouts.dashboard') @section('page_title', 'ACCOUNTING SUMMARY') @section('content')
Back
Accounting Summary
@if (session('summary_error'))
{{ session('summary_error') }}
@endif
{{-- Export --}}
@csrf
  • Use Preview to review & print invoices in the range (nothing is marked exported).
  • Only invoices not previously exported will be downloaded on Export.
  • An Accounting Summary ID will be generated on Export.
Cancel
{{-- History --}}
@if ($history->isEmpty())

No summaries have been generated yet.

@endif
Cancel
@push('scripts') @endpush @endsection