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

Ledger Preview

{{csrf_field()}}
@can('income-view')
Invoice ID Date Type Income Expense Refund Opening Balance Comment Closing Balance
Total Income Expense Refund Opening Balance Current Balance Closing Balance
@endcan
@endsection @section('extra-css') {{Html::style('assets/bower_components/datatables.net/buttons/css/buttons.dataTables.min.css')}} @stop @section('extra-js') @endsection