@extends('layouts.admin') @section('content')
{{ trans('cruds.clientReport.reports.month') }} | {{ trans('cruds.clientReport.reports.income') }} | {{ trans('cruds.clientReport.reports.expenses') }} | {{ trans('cruds.clientReport.reports.fees') }} | {{ trans('cruds.clientReport.reports.total') }} |
---|---|---|---|---|
{{ $date }} | {{ number_format($row['income'],2) }} {{ $currency }} | {{ number_format($row['expenses'],2) }} {{ $currency }} | {{ number_format($row['fees'],2) }} {{ $currency }} | {{ number_format($row['total'],2) }} {{ $currency }} |