@extends('layouts.app') @section('title', __('Workstation')) @push('styles_after_adminlte') @endpush @section('contents')

Sindh Integrated M&E System (SIMS)

{{ $heroTitle }}@if ($heroName !== '')
{{ $heroName }}@endif

@if ($heroMeta !== '')

{{ $heroMeta }}

@endif
@foreach (['week' => 'Week', 'month' => 'Month', 'quarter' => 'Quarter', 'year' => 'FY '.$workstationFyLabel] as $periodKey => $periodLabel) {{ $periodLabel }} @endforeach
0%
Visit plan
execution
Coming Soon
0%
Report
submission
{{ (int) $reportSubmittedCount }} of {{ (int) $reportAssignedCount }} assigned
0%
Compliance
closure
{{ (int) $compliancePublishedCount }} of {{ (int) $complianceAssignedCount }} assigned
Turnaround · Average days per stage
@foreach (($turnaround['rows'] ?? []) as $row)
{{ $row['label'] }} {{ $row['display'] ?? '—' }}
@endforeach
Recent activity · Last 24 hours
@if (($recentActivity ?? []) === [])
No activity in the last 24 hours.
@else
    @foreach ($recentActivity as $item)
  • @if (($item['tone'] ?? '') === 'late') @elseif (($item['tone'] ?? '') === 'warn') @elseif (($item['tone'] ?? '') === 'dark') @else @endif

    @if (($item['ref'] ?? '') !== '') {{ $item['ref'] }}{{ ($item['text'] ?? '') !== '' ? ' ' : '' }} @endif {{ $item['text'] ?? '' }}

  • @endforeach
@endif

Visit plans 6 indicators

M&E reports 6 indicators

Compliance & correspondence 4 indicators

@if (! empty($showTaskQueue))

Task queue

Everything waiting on you or your team, most urgent first.

ReferenceItemOwnerStageDue
@endif
@endsection @push('scripts') @endpush