@extends('layouts.app') @section('title', 'Home') @section('home', 'm-menu__item--active') @push('styles') @endpush @section('content') {{ $ipr->display_name }} Jumlah Pendaftaran Ahli SML {{ number_format($total2) }} Jumlah Program {{ number_format($total_program) }} Jumlah Permintaan SML {{ number_format($total_permintaan) }} @endsection @push('scripts') @endpush