@extends('layout.master') @push('plugin-styles') @endpush @section('content')

Welcome to Dashboard {{$location}}

{{--
--}}
Rata-Rata Donatur di Bulan ini

{{noformat($ratauser)}}

Rata-rata Jumlah Transaksi di Bulan ini

{{noformat($ratatrx)}}

Rata-rata total Nilai Transaksi di bulan ini

RP. {{noformat($ratanilai)}}

Overview Nilai Transaksi All platform di bulan {{now()->isoFormat('MMMM')}}

Revenue is the income that a business has from its normal business activities, usually from the sale of goods and services to customers.

Overview Nilai Transaksi All platform di bulan {{now()->subMonth()->isoFormat('MMMM')}}

Revenue is the income that a business has from its normal business activities, usually from the sale of goods and services to customers.

Sedekah Online Vs PPPA.ID

Revenue is the income that a business has from its normal business activities, usually from the sale of goods and services to customers.

Perolehan Sedekah Online Vs PPPA.ID Minggu ini
@foreach ($perolehan as $key => $item) @if ($key == 'Total') @else @endif @endforeach
Kategori Penghimpunan Penghimpunan Sedekah Online ( @if ($perolehan['Total'][0]<$perolehan['Total'][1]) {!! persenanBanding($perolehan['Total'][0],$perolehan['Total'][1]) !!} ) @else {!! persenanBanding($perolehan['Total'][0],$perolehan['Total'][1]) !!} ) @endif Penghimpunan PPPA.ID ( @if ($perolehan['Total'][1]<$perolehan['Total'][0]) {!! persenanBanding($perolehan['Total'][1],$perolehan['Total'][0]) !!} ) @else {!! persenanBanding($perolehan['Total'][1],$perolehan['Total'][0]) !!} ) @endif
Jumlah Dana % Jumlah Dana %
{{$key}} {{number_format($item[0])}} {{number_format(($item[0]/$perolehan['Total'][0])*100,2)}} {{number_format($item[1])}} {!!persenan($item[1],$perolehan['Total'][1],false)!!}{{$key}} {{number_format($item[0])}} {{number_format(($item[0]/$perolehan['Total'][0])*100,2)}} {{number_format($item[1])}} {!!persenan($item[1],$perolehan['Total'][1],false)!!}
PEROLEHAN SedekahOnline VS pppa.id (dalam Juta Rupiah)
Perbandingan donatur pppa.id {{$chartCompare['tahun_lalu']}} dengan {{$chartCompare['tahun_ini']}} ( {!!persenanbanding($chartCompare['data'][1],$chartCompare['data'][0])!!} )
Perbandingan donatur Layanan {{$chartCompare1['tahun_ini']}} dengan {{$chartCompare1['tahun_lalu']}} ( {!!persenanbanding($chartCompare1['data'][1],$chartCompare1['data'][0])!!} )
Perbandingan total transaksi {{now()->subYear()->isoFormat('MMMM Y').' dan '.now()->isoFormat('MMMM Y')}}
Perbandingan nilai transaksi {{now()->subYear()->isoFormat('MMMM Y').' dan '.now()->isoFormat('MMMM Y')}}
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush