@extends('layouts.app') @section('title') Hrm Dashboard @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

Total Employees

{{$all_employees}}

Total Departments

{{$total_departments}}

Total Employees {{date("F", mktime(0, 0, 0, $month))}}

{{$current_month_employees}}

Recently Added Employees

Add New Employee


@if(Session::has('success')) @endif
@php $couter = 1; @endphp @foreach($HrmEmployees as $HrmEmployee ) @endforeach
# Name Designation Phone Number Action
{{$couter++}} {{$HrmEmployee->name}} {{$HrmEmployee->company_detail->designation ? $HrmEmployee->company_detail->designation->name : ''}} {{$HrmEmployee->phone_no}}    
@stop