@extends('layouts.portal') @section('title', trans('general.dashboard')) @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('dashboard.cash_flow') }}

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