@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\PermohonanKiss::where('ipr_id', $ipr->id)->count()) }} Permohonan Diluluskan {{ number_format(App\PermohonanKiss::where('ipr_id', $ipr->id)->where('status', 2)->count()) }} Permohonan Ditolak {{ number_format(App\PermohonanKiss::where('ipr_id', $ipr->id)->where('status', 3)->count()) }} @endsection @push('scripts') @endpush