@extends('layouts.app') @section('page_title', 'My Profile') @section('content')
{{ $user->designation }}
{{ $user->email }}
{{ $user->department->name ?? 'N/A' }}
{{ $user->phone ?? 'Not provided' }}
{{ $user->created_at->format('d M, Y') }}
No balance info found for this year.
@endif| Date | In | Out | Total | Status |
|---|---|---|---|---|
| {{ $att->date->format('d M, Y') }} | {{ $att->check_in ? $att->check_in->format('h:i A') : '-' }} | {{ $att->check_out ? $att->check_out->format('h:i A') : '-' }} | {{ floor($att->total_work_minutes / 60) }}h {{ $att->total_work_minutes % 60 }}m | {{ ucfirst($att->status) }} |
| From/To | Type | Days | Status |
|---|---|---|---|
|
{{ $lv->from_date->format('d M') }} -
{{ $lv->to_date->format('d M') }}
{{ $lv->reason }}
|
{{ ucfirst($lv->leave_type) }} | {{ $lv->total_days }} | {{ ucfirst($lv->status) }} |
| No leave requests found. | |||