Dashboard Version 2.0

{{ $count = Inhouse::where('request_status_id', '=', '0')->count()}}

PENDING REQUESTS

More info

{{ $count = Inhouse::where('request_status_id', '=', '1')->count()}}%

APPROVED REQUESTS

More info

{{ $count = Inhouse::where('request_status_id', '=', '3')->count()}}

ISSUED REQUESTS

More info

{{ $count = Inhouse::where('request_status_id', '=', '2')->count()}}

REJECTED REQUESTS

More info

{{ $count = Inhouse::where('request_status_id', '=', '5')->count()}}

COMPLETE REQUESTS

More info