@extends('layouts.app') @section('title', 'Connect - Dashboard') @section('content')
Here is a quick overview of your organization today.
| Category | Subject | Document / Field | Expiry Date | Days Remaining | Status | Action |
|---|---|---|---|---|---|---|
| Company | {{ $doc->company->name }} | {{ $doc->document_name }} | {{ $doc->expiry_date->format('d-M-Y') }} | {{ $isExpired ? 'Expired' : $daysLeft . ' days' }} | {{ $isExpired ? 'Expired' : 'Expiring Soon' }} | Resolve |
| Employee File | {{ $doc->employee->fullName }} | {{ $doc->documentType->name }} | {{ $doc->expiry_date->format('d-M-Y') }} | {{ $isExpired ? 'Expired' : $daysLeft . ' days' }} | {{ $isExpired ? 'Expired' : 'Expiring Soon' }} | Resolve |
| Employee Profile | {{ $doc['employee_name'] }} | {{ $doc['document_type'] }} | {{ $doc['expiry_date']->format('d-M-Y') }} | {{ $doc['is_expired'] ? 'Expired' : $doc['days_left'] . ' days' }} | {{ $doc['is_expired'] ? 'Expired' : 'Expiring Soon' }} | Update |
No active announcements at the moment.
{{ $announcement->content }}
{{ $announcement->published_at ? $announcement->published_at->format('d-M-Y H:i') : $announcement->created_at->format('d-M-Y H:i') }}| Name | Code | Department | Designation | Joining Date |
|---|---|---|---|---|
| No employees registered yet. | ||||
|
{{ $employee->first_name }} {{ $employee->last_name }}
{{ $employee->email }}
|
{{ $employee->employee_code }} | {{ $employee->department ? $employee->department->name : '-' }} | {{ $employee->designation ? $employee->designation->name : '-' }} | {{ \Carbon\Carbon::parse($employee->date_of_joining)->format('d-M-Y') }} |
No recent activity logs.
You can customize your organization logo, branding colors, default timezone, and office settings in the settings panel.
@can('settings.view') Edit Settings @endcan