@extends('layouts.admin') @section('title', 'Registrar Dashboard') @section('page-title', 'Dashboard') @section('content')
Overview of the application metrics for the selected year.
Total Applications {{ $type1Stats['inbox'] }}
Pending {{ $type1Stats['pending'] }}
Approved {{ $type1Stats['approved'] }}
Rejected {{ $type1Stats['rejected'] }}
Defected {{ $type1Stats['defected'] }}
Fund Transferred {{ $type1Stats['fund_transferred']['count'] }}
Fund Disbursed {{ $type1Stats['fund_disbursed']['count'] }}
Total Applications {{ $type2Stats['inbox'] }}
Pending {{ $type2Stats['pending'] }}
Approved {{ $type2Stats['approved'] }}
Rejected {{ $type2Stats['rejected'] }}
Defected {{ $type2Stats['defected'] }}
Fund Transferred {{ $type2Stats['fund_transferred']['count'] }}
Fund Disbursed {{ $type2Stats['fund_disbursed']['count'] }}