@extends('layouts.app') @section('content')

Projects

Good Morning, {{ auth()->user()->employee?->full_name }}!

Thank you for your dedication and hard work. Let's make today a great one together!.

@can('attendance.clockInOut')

@php echo date('l'); @endphp
@role(['employee']) @if ($isClockIn)
@else
@endif @endrole
@endcan

Employee

{{--
+29.08 %
--}}

Attendance

{{--
+29.08 %
--}}

Leave

{{--
+29.08 %
--}}

Project

{{--
+29.08 %
--}}

Upcoming Schedules

Events:
09
Development planning

iTest Factory

9:20 am

12
Design new UI and check sales

Meta4Systems

11:30 am

25
Weekly catch-up

Nesta Technologies

02:00 pm

27
James Bangs (Client) Meeting

Nesta Technologies

03:45 pm

Member Hours Tasks Status
Donald Risher

Product Manager

110h : 150h
258
Jansh Brown

Lead Developer

83h : 150h
105
Carroll Adams

Lead Designer

58h : 150h
75
William Pinto

UI/UX Designer

96h : 150h
85
Garry Fournier

Web Designer

76h : 150h
69
Susan Denton

Lead Designer

123h : 150h
658
Joseph Jackson

React Developer

117h : 150h
125
{{-- Clock In Form --}} @endsection @push('js') @endpush