@extends('layouts.masterbeta') @section('title', 'Click ERP - Dashboard') @section('breadcrumbs') Main Dashboard @endsection @section('content')
Core business and operational activity summary
| Staff Member | Type | Duration | Action |
|---|---|---|---|
{{ $leave->staff->name ?? 'Unknown' }} |
{{ $leave->leave_type }} | {{ $leave->start_date->format('M d') }} - {{ $leave->end_date->format('M d') }} | Review |
| No pending leave requests. | |||
| {{ $doc->name }} | {{ $doc->category ?? 'General' }} | {{ $doc->created_at ? $doc->created_at->format('M d, Y') : 'N/A' }} |
| No documents archived yet. | ||
{{ $staff->designation ?? 'Staff' }}