@extends('layouts.admin') @section('title')
Total Requests
Approved
Rejected
Pending
Month | Total Requests | Approved | Rejected | Approval Rate |
---|---|---|---|---|
{{ date('F Y', strtotime($stat->year . '-' . $stat->month . '-01')) }} |
{{ $stat->total }} | {{ $stat->approved }} | {{ $stat->rejected }} | @if($stat->total > 0) {{ number_format(($stat->approved / $stat->total) * 100, 1) }}% @else 0% @endif |
Reports will be available once requests start coming in.