@extends('admin.layouts.master') @section('title') {{ translate('Report') }} @endsection @section('content')
{{--
--}}

{{ translate('Income Report') }}

@foreach ($customerPayments as $customerPayment) @foreach ($customerPayment['monthly_sums'] as $index => $monthlypayment) @endforeach @endforeach
{{-- --}}
@if ($relationStatus->status == 1)
@endif
@foreach ($customerPayments as $customerPayment) @foreach ($customerPayment['monthly_sums'] as $monthlypayment) @endforeach @endforeach
Customers Jan Feb March April May June July Aug Sept Oct Nov Dec Total
Total {{$customerPayment['total_customers']}}{{formatCurrency($monthlypayment, $currency) }}{{formatCurrency($customerPayment['yearly_total'], $currency) }}
@endsection @section('scripts') @endsection