@extends('layouts.template') @section('pagetitle') Dashboard PPAB @endsection @section('title') Dashboard | PPAB @endsection @section('content')

Total Permintaan PPAB

Rp.{{number_format($total_harga, 0, ",", ".")}}

Total Disetujui

Rp.{{number_format($telah_approved[0]->total, 0, ",", ".")}}

Jumlah Pengajuan

{{$jumlah_pengajuan}}

Disetujui

{{$jumlah_pengajuan_disetujui}}

Pending

{{$jumlah_pengajuan - $jumlah_pengajuan_disetujui}}

Summary Unit SRIPAMELA

Jumlah Approved / Rupiah

RSU SRIPAMELA

{{number_format($payload['SRIPAMELA'][0]->jumlah,0, ".", ".")}}

RSU SEI DADAP

{{number_format($payload['SEIDADAP'][0]->jumlah,0, ".", ".")}}

RSU TORGAMBA

{{number_format($payload['TORGAMBA'][0]->jumlah,0, ".", ".")}}

RSU MEMBANG MUDA

{{number_format($payload['MEMBANGMUDA'][0]->jumlah,0, ".", ".")}}

KLINIK AEK NABARA

{{number_format($payload['AEKNABARA'][0]->jumlah,0, ".", ".")}}

KLINIK KANDIR MEDAN

{{number_format($payload['KANDIRMEDAN'][0]->jumlah,0, ".", ".")}}

KLINIK SEI KARANG

{{number_format($payload['SEIKARANG'][0]->jumlah,0, ".", ".")}}

KLINIK RAMBUTAN

{{number_format($payload['RAMBUTAN'][0]->jumlah,0, ".", ".")}}

KLINIK GUNUNG PAMELA

{{number_format($payload['GUNUNGPAMELA'][0]->jumlah,0, ".", ".")}}

KLINIK SEI MANGKEI

{{number_format($payload['SEIMANGKEI'][0]->jumlah,0, ".", ".")}}

KLINIK SEI SILAU

{{number_format($payload['SEISILAU'][0]->jumlah,0, ".", ".")}}

KLINIK SEI DADAP

{{number_format($payload['SEIDADAP'][0]->jumlah,0, ".", ".")}}

KLINIK RANTAU PRAPAT

{{number_format($payload['RANTAUPRAPAT'][0]->jumlah,0, ".", ".")}}

KLINIK AEK TOROP

{{number_format($payload['AEKTOROP'][0]->jumlah,0, ".", ".")}}

KLINIK SEI BARUHUR

{{number_format($payload['SEIBARUHUR'][0]->jumlah,0, ".", ".")}}

KLINIK BATANG TORU

{{number_format($payload['BATANGTORU'][0]->jumlah,0, ".", ".")}}

KLINIK MEMBANG MUDA

{{number_format($payload['KMEMBANGMUDA'][0]->jumlah,0, ".", ".")}}
@endsection @section('script') @endsection