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

Welcome to Dashboard {{$location}}

{{--
--}}

{{number_format($user)}}

Jumlah Transaksi

{{$total_transaksi}}

Nilai Transaksi

RP. {{$total_donasi}}

Revenue

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

Success Vs Requsted

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

Perolehan Minggu ini Vs Minggu Lalu ( @if ($perolehan['Total'][0]<$perolehan['Total'][1]) {!! persenanBanding($perolehan['Total'][0],$perolehan['Total'][1]) !!} ) @else {!! persenanBanding($perolehan['Total'][0],$perolehan['Total'][1]) !!} @endif
@foreach ($perolehan as $key => $item) @if ($key == 'Total') @else @endif @endforeach
Kategori Penghimpunan Penghimpunan Minggu Ini Penghimpunan Minggu Lalu
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 MINGGU INI VS MINGGU LALU (dalam Juta Rupiah)
Persentasi Donasi By Nominal
Persentasi Success Vs Requsted
{{--

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

--}}
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush