@extends('layouts.masterbeta') @section('title', 'Click ERP - Dashboard') @section('breadcrumbs') Dashboard Overview @endsection @section('content')
Here is a summary of operational activity across your organization.
| 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. | |||
{{ $staff->designation ?? 'Staff' }}