{{ $count = Inhouse::where('request_status_id', '=', '0')->count()}}
PENDING REQUESTS
{{ $count = Inhouse::where('request_status_id', '=', '1')->count()}}%
APPROVED REQUESTS
{{ $count = Inhouse::where('request_status_id', '=', '3')->count()}}
ISSUED REQUESTS
{{ $count = Inhouse::where('request_status_id', '=', '2')->count()}}
REJECTED REQUESTS
{{ $count = Inhouse::where('request_status_id', '=', '5')->count()}}
COMPLETE REQUESTS