@extends('layouts.app') @section('title', 'Home') @section('home', 'm-menu__item--active') @push('styles') @endpush @section('content') {{ $ipr->display_name }} Jumlah Permohonan {{ number_format(App\PermohonanBlueprint::count()) }} Permohonan Lulus {{ number_format(App\PermohonanBlueprint::where('status_mohon', 2)->count()) }} Permohonan Gagal {{ number_format(App\PermohonanBlueprint::where('status_mohon', 3)->count()) }} @endsection @push('scripts') @endpush