@extends('layouts.portal') @section('title', trans_choice('general.dashboards', 1)) @section('content')
{{ trans('general.paid') }}
{{ $totals['paid'] }}
{{ trans('general.unpaid') }}
{{ $totals['unpaid'] }}
{{ trans('general.overdue') }}
{{ $totals['overdue'] }}

{{ trans('widgets.cash_flow') }}

{!! $chart->container() !!}
@endsection @push('body_js') {!! $chart->script() !!} @endpush @push('scripts_start') @endpush