@php $layout = auth()->user()->role === 'super_admin' ? 'layouts.admin' : 'layouts.app'; @endphp @extends($layout) @section('title', 'Environmental and Social Safeguards') @section('content')
{{ $essDisplayText }} - Summary
| # | ESS Standard | Activity | Organization | Sub-location | Status | Updated |
|---|---|---|---|---|---|---|
| {{ $loop->parent->iteration }}.{{ $loop->iteration }} | {{ $entry->ess_code }} | {{ $entry->activity_key }} | {{ ucfirst($entry->organization) }} | {{ strtoupper($entry->sub_org) }} | {{ $statusLabels[$entry->status] ?? ucfirst(str_replace('_', ' ', $entry->status)) }} | {{ $entry->updated_at->format('d M Y') }} |