@extends('app-new') @push('head-script') @endpush @section('content')
Filter
@if ( $organizations) @else @endif
@if (Auth::user()->is_contractor == 0) @else @endif @if (Auth::user()->is_contractor != 1) @endif
@if ($announcements)
{{ trans('admin/dashboard.announcement') }}
{{ dateFormat(date('Y-m-d')) }}

@if ($announcements) {{ $announcements->title }} - {{ $announcements->description }} @else {{ trans('admin/dashboard.no_announcments') }} @endif

@endif

{{ trans('admin/dashboard.on_roll_employees') }}

Info Details

{{ trans('admin/dashboard.contractual_employees') }}

Info Details

{{ trans('admin/dashboard.employee_in_out') }}

{{ trans('admin/dashboard.total') }}

0

{{ trans('admin/dashboard.in') }}

0

{{ trans('admin/dashboard.out') }}

0

{{ trans('admin/dashboard.total_average_working_hour') }}

{{ trans('admin/dashboard.average_working_hour') }}

@if ($departmentCards->isEmpty())

No record found

@else @foreach ($departmentCards as $department) @endforeach
{{ trans('admin/dashboard.department') }} {{ trans('admin/dashboard.total_employees') }} {{ trans('admin/dashboard.present') }} {{ trans('admin/dashboard.absent') }}
{{ $department->name }} @if ($department->organization_id != $organization->id) (Master) @endif {{ $department->total_members }} {{ $department->present_members }} {{ $department->absent_members }}
@endif
@if ($shiftCards->isEmpty())

No record found

@else {{-- --}} @foreach ($shiftCards as $shift) {{-- --}} @endforeach
{{ trans('admin/dashboard.shift') }} {{ trans('admin/dashboard.total_employees') }} {{ trans('admin/dashboard.present') }}{{trans("admin/dashboard.absent")}}
{{ $shift->name }} {{ $shift->total_employees }} {{ $shift->present_employees }} {{$shift->absent_employees}}
@endif

{{ trans('admin/dashboard.people_on_leave') }}

Counter {{ date('F Y') }}

{{-- @if (count($employeesOnLeave) > 0) @endif --}}
@if (count($employeesOnLeave) > 0)
@foreach ($employeesOnLeave as $val)
leave->employee->image) ? $val->leave->employee->image : '') src="{{ $val->leave->employee->image }}" @else src="/assets/img/default-profile-3.png" @endif width="42" height="42" alt="Avatar" />
{{ isset($val->leave->employee->name) ? $val->leave->employee->name : '-' }}
{{ date('d-F-Y', strtotime($val->date)) }}
@endforeach
@else

No records found

@endif

{{ trans('admin/dashboard.employees_present_on_week_off') }}

Counter {{ date('F Y') }}

No records found

{{ trans('admin/dashboard.incomplete_day_status') }}

{{ trans('admin/dashboard.no_record_found') }}

Late duty check-in

{{ trans('admin/dashboard.no_record_found') }}

Early duty check-out

{{ trans('admin/dashboard.no_record_found') }}

{{--

{{trans("admin/dashboard.pending_request")}}

Till Date

--}}
@if (isset($maxAttendanceDate) && $maxAttendanceDate) @else @endif @if (isset($minAttendanceDate) && $minAttendanceDate) @else @endif
Date Count
{{ trans('admin/dashboard.max_attendance') }}{{ dateFormat($maxAttendanceDate->attendance_date) }} {{ $maxAttendanceDate->attendance_count }} - -
{{ trans('admin/dashboard.min_attendance') }}{{ dateFormat($minAttendanceDate->attendance_date) }} {{ $minAttendanceDate->attendance_count }} - -

{{ trans('admin/dashboard.most_frequest_overtime') }}

{{ trans('admin/dashboard.upcoming_holidays') }}

No records found

{{ trans('admin/dashboard.activity_stream') }}

    @foreach ($auditLogs as $auditLog)
  • {{ $auditLog->comment }}
    {{ dateFormat($auditLog->updated_at) }}

    {{ $auditLog->action }}

  • @endforeach

{{ trans('admin/dashboard.birthday') }}

{{ date('F') }} - {{ date('Y') }}

@if (count($birthdays) > 0)
@foreach ($birthdays as $birthday)
Avatar
{{ $birthday->name }}
{{ dateFormat(date('Y-') . date('m-d', strtotime($birthday->dob))) }}
@endforeach
@else

No records found

@endif

{{ trans('admin/dashboard.work_anniversary') }}

{{ date('F') }} - {{ date('Y') }}

@if (count($workAnniversaries) > 0)
@foreach ($workAnniversaries as $workAnniversary)
Avatar
{{ $workAnniversary->name }}
{{ dateFormat(date('Y-') . date('m-d', strtotime($workAnniversary->date_of_joining))) }}
@endforeach
@else

No records found

@endif

{{ trans('admin/dashboard.new_joinee') }}

{{ date('F') }} - {{ date('Y') }}

@if (count($newJoinees) > 0)
@foreach ($newJoinees as $newJoinee)
Avatar
{{ $newJoinee->name }}
{{ dateFormat(date('Y-') . date('m-d', strtotime($newJoinee->date_of_joining))) }}
@endforeach
@else

No records found

@endif

{{ trans('admin/dashboard.absent_alerts') }}

@foreach ($absentAlerts as $key => $absentAlert) @endforeach @if (empty($absentAlerts)) @endif
{{ trans('admin/dashboard.absent_alert_type') }} {{ trans('admin/dashboard.total_employees') }}
{{ $absentAlert['title'] }} {{ $absentAlert['count'] }}
Record not found.

Config Rules - Expiry Date

@foreach ($otRules as $key => $otRule) @endforeach @if (empty($otRules)) @endif
Rule Name Expiry Date
{{ $otRule->title }} (OT) {{ dateFormat($otRule->valid_to) }}
Record not found.
@endsection @push('footer-script') {{-- --}} {{-- --}} {{-- --}} @endpush