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