@extends('layout.main') @section('content')

{{ __(' Attendance') }}

@csrf
@if (Auth::user()->can('attendances'))
@else {{-- users.id == employees.id are same in this system --}} @endif
{{ __('Employee') }} {{ __('Attendance Date') }} {{ __('In Time') }} {{ __('Out Time') }} {{ __('Total Work') }}
{{-- https://stackoverflow.com/questions/27997269/addition-of-hours-in-hhmm-using-jquery --}} {{-- first_date = 29.03.2021 && 30.03.2021 --}} @endsection