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

{{ __($pageTitle) }}

@if($user->cans('add_attendance')) @lang('modules.attendance.markAttendance') @endif
@endsection @push('head-script') @endpush @section('content') @if($user->cans('add_attendance'))
@endif
@if($user->cans('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')
@endsection @push('footer-script') @endpush