@extends('layouts.app') @section('title', __('Attendence')) @section('content')

Employee Attendence Manage Your Employees Attendence

All employees attendence

@if(auth()->user()->can('hrm_attendence.create')) @endif
@if(auth()->user()->can('hrm_attendence.view'))
Employee ID Date Status Actions
@endif
@endsection