@extends('layouts.sneat') @section('title', 'Dashboard - Analytics') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content') @php $authUser = Auth::user(); @endphp @if($authUser && !in_array($authUser->user_type, [3, 345, 346]))
Organizer: {{ $meeting->organizer ?? 'N/A' }}
When: {{ $meeting->meeting_datetime->format('d M Y, h:i A') }}
Venue: {{ $meeting->venue ?? 'N/A' }}
Agenda: {{ $meeting->agenda ?? 'No agenda' }}
@if (!empty($participants))@if ($meeting->latestMom) View MOM @if ($meeting->latestMom->decisions)
No upcoming meetings
@endforelse| Team Member | Activity | Status | Progress |
|---|---|---|---|
|
@if ($activity->user->profile_image)
{{ $activity->user->name }} all log{{ $activity->user->email ?? 'N/A' }} |
{{-- Activity title --}}
{{ $activity->activity->title ?? 'N/A' }} | {{-- Status --}}@if (strtolower($overallStatus) === 'completed') Completed @elseif(strtolower($overallStatus) === 'in progress') In Progress @else {{ ucfirst($overallStatus) }} @endif | {{-- Progress --}}
|
| No recent assigned activities | |||
Loading follow-up details...
Title
Notes
You currently have limited access.