@extends('layouts.member-app') @section('page-title')

@lang($pageTitle)

@if($user->can('add_attendance')) @lang('modules.attendance.markAttendance') @endif
@endsection @push('head-script') @endpush @section('content') @if($user->can('add_attendance'))
@if ($user->can('add_attendance'))
@endif
@endif
@lang('app.to')
@if($user->can('view_attendance'))
@endif

{{ $totalWorkingDays}} @lang('modules.attendance.totalWorkingDays')

{{ $daysPresent}} @lang('modules.attendance.daysPresent')

{{ $daysLate }} @lang('app.days') @lang('modules.attendance.late')

{{ $halfDays }} @lang('modules.attendance.halfDay')

{{ (($totalWorkingDays - $daysPresent) < 0) ? '0' : ($totalWorkingDays - $daysPresent) }} @lang('app.days') @lang('modules.attendance.absent')

{{ $holidays }} @lang('modules.attendance.holidays')

@lang('app.date') @lang('app.status') @lang('modules.attendance.clock_in') @lang('modules.attendance.clock_out') @lang('app.others')
{{--Timer Modal--}} {{--Timer Modal Ends--}} @endsection @push('footer-script') @endpush