✓ Meeting Approved

Your meeting request has been approved. Please find the details below.

{{ $meeting->subject }}

@if (!empty($meeting->meeting_link)) @endif @if (!empty($meeting->activity_type)) @endif @if (!empty($meeting->priority)) @endif @if ($meeting->pre_pdwp || $meeting->pdwp || $meeting->pre_ddwp) @endif @php $schemes = $meeting->schemes; @endphp @if ($schemes->isNotEmpty())

Schemes

    @foreach ($schemes as $scheme)
  • {{ $scheme->code ?? '' }} – {{ $scheme->name ?? 'Scheme' }}
  • @endforeach
@endif @if (!empty($meeting->purpose)) @php $purposeLabel = match($meeting->purpose) { 'boqs' => 'BOQs', 'pc1' => 'PC-1', 'plans' => 'Plans', default => strtoupper($meeting->purpose), }; $purposeItemLabels = $meeting->purpose_item_labels; @endphp

Purpose of meeting

{{ $purposeLabel }}

@if ($purposeItemLabels->isNotEmpty())
    @foreach ($purposeItemLabels as $label)
  • {{ $label }}
  • @endforeach
@else

No specific items selected.

@endif
@endif @if ($meeting->agenda) @php $agendaText = strip_tags($meeting->agenda); $agendaText = html_entity_decode($agendaText, ENT_QUOTES | ENT_HTML5, 'UTF-8'); $agendaText = str_replace(["\xC2\xA0", ' '], ' ', $agendaText); @endphp

Agenda

{{ $agendaText }}
@endif @if ($meeting->description) @php $descText = strip_tags($meeting->description); $descText = html_entity_decode($descText, ENT_QUOTES | ENT_HTML5, 'UTF-8'); $descText = str_replace(["\xC2\xA0", ' '], ' ', $descText); @endphp

Description

{{ $descText }}
@endif

This is an automated notification from the Sindh Development Portfolio Management System.

Please do not reply to this email.