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

Income Expense Ledger Preview

{{csrf_field()}}
INCOMES
From : {{$from}} - To {{$to}}
EXPENSES
@can('income-expense-ledger-view')
Invoice ID Date Comment Total Amount
Invoice ID Date Comment Total Amount
Total Amount
Invoice ID Date Comment Total Amount
Invoice ID Date Comment Total Amount
Total Amount
  Total Income
  Total Expense
  Account Balace
@endcan
@endsection @section('script') @endsection