| Date | Clock In | Clock Out | Total Hours |
|---|---|---|---|
| {{ \Carbon\Carbon::parse($record->clock_in)->format('M d, Y') }} | {{ \Carbon\Carbon::parse($record->clock_in)->format('h:i A') }} | @if($record->clock_out) {{ \Carbon\Carbon::parse($record->clock_out)->format('h:i A') }} @else Active @endif | @if($record->total_hours) {{ number_format($record->total_hours, 1) }}h @else — @endif |
No recent attendance records.
Tasks assigned to you will appear here.
No materials uploaded yet.
@elseBy {{ $material->techLead->name ?? 'Tech Lead' }}
@if($material->type == 'youtube') Watch on YouTube @elseif($material->type == 'mp4') Watch Video @endif @if($material->description){{ $material->description }}
@endifNo credentials assigned to you.
@elseURL: {{ $cred->url }}
@endif @if($cred->username)User: {{ $cred->username }}
@endif @if($cred->password)Pass: {{ $cred->password }}
@endif