@extends('admin.layouts.master') @section('title') {{ translate('Report') }} @endsection @section('content')
Customers | Jan | Feb | March | April | May | June | July | Aug | Sept | Oct | Nov | Dec | Total |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Total {{$customerPayment['total_customers']}} | @foreach ($customerPayment['monthly_sums'] as $monthlypayment){{formatCurrency($monthlypayment, $currency) }} | @endforeach{{formatCurrency($customerPayment['yearly_total'], $currency) }} |