@include('layouts.header')

Welcome, {{Auth::user()->name}}

Company ID - {{$companyID}}
Clients

{{$clientCount}}

Employees

{{$employeeCount}}

@php($candCount = 0) @if($candidates->job_application) @php($candCount = $candCount + count($candidates->job_application)) @endif @if($candidates->hhsharedcandidates) @php($candCount = $candCount + count($candidates->hhsharedcandidates)) @endif @if($candidates->empCandidate) @php($candCount = $candCount + count($candidates->empCandidate)) @endif
Candidates

{{$candCount}}

Freelancers

{{$freeCount}}

{{--
Total Projects

Project Reports

New Projects
65% goal reached
13,596
20,000
Upcoming Projects
45% goal reached
83,123
250,000
In Progress Projects
20% goal reached
16,869
85,000
Completed Projects
85% goal reached
28.50%
30.50%
--}} {{--
Employee By Department
--}} {{--

3,605

Company Performance
--}} {{--

3,266

Employee Turnover

8,765

Success Rate
Attendance Report
--}} {{--
Project Summary
Mar 01 - Mar 20, 2019
No Project Name Team Project Cost Project Status Payment
1 Bank App 5 Rs 30,000 Completed Done
2 Bank App 5 Rs 30,000 Completed Done
3 Bank App 5 Rs 30,000 Completed Done
4 Bank App 5 Rs 30,000 Completed Done
5 Bank App 5 Rs 30,000 Completed Done
--}}
@include('layouts.footer')