Dashboard
@foreach ($profile as $item)
@if($item->foto == NULL)
@else
@endif

{{ $item->name }}
{{ $item->alamat }}
@endforeach
Tagihan Berjalan
{{ $tagihanberjalan }}
Tagihan Pending
{{ $tagihanpending }}
Tagihan Lunas
{{ $tagihanlunas }}
Jumlah Siswa Excellent
{{ $siswaexcellent }}
{{-- Pendapatan Minggu Ini (Rp. {{ number_format($pendapatan, 0, ',', '.') }}) --}}
Jumlah Siswa Reguler
{{ $siswareguler }}
{{-- Pengeluaran Minggu Ini (Rp. {{ number_format($pendapatan, 0, ',', '.') }}) --}}
--}}
{{--
--}}
@elseif(Auth::user()->role == 'admin-excellent')
Selamat Datang {{ Auth::user()->name }}
Ini adalah pesan selamat datang untuk {{ Auth::user()->name }}.
Selamat Datang di SIM-K Mts Zainul Hasan Balung
Selamat Datang di SIM-K Mts Zainul Hasan Balung
Pendapatan(Hari Ini)
Rp. {{ number_format($pendapatan, 0, ',', '.') }}
{{-- Pendapatan Minggu Ini (Rp. {{ number_format($pendapatan, 0, ',', '.') }}) --}}
Pengeluaran(Hari Ini)
Rp. {{ number_format($pengeluaran, 0, ',', '.') }}
{{-- Pengeluaran Minggu Ini (Rp. {{ number_format($pendapatan, 0, ',', '.') }}) --}}
Total Saldo
Rp. {{ number_format($pendapatanbulan - $pengeluaranbulan , 0, ',', '.') }}
Pendapatan Pending
Rp. {{ number_format($totalpending, 0, ',', '.') }}