@extends('layouts.portal') @section('title', trans_choice('general.dashboards', 1)) @section('content')
{{ trans('general.unpaid') }}
@money($progress['unpaid'], setting('default.currency'), true)
{{ trans('general.paid') }}
@money($progress['paid'], setting('default.currency'), true)
{{ trans('general.overdue') }}
@money($progress['overdue'], setting('default.currency'), true)
{{ trans('general.partially_paid') }}
@money($progress['partially_paid'], setting('default.currency'), true)

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

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