@extends('layouts.app') @section('title') All Employees @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

All Employees

Generate Payslip
Add Employee



@if(Session::has('success')) @endif
@php $couter = 1; $month = Carbon\Carbon::now()->month; @endphp @foreach($HrmEmployees as $HrmEmployee ) @endforeach
# Name Designation Phone Number Status Payroll Action
{{$couter++}} {{$HrmEmployee->name}} {{$HrmEmployee->company_detail ? $HrmEmployee->company_detail->designation->name : ''}} {{$HrmEmployee->phone_no}}
Set Salary
   
@stop @section('js') @stop