@extends('layouts.app') @section('content')

📝 Rekod Minit Mesyuarat ALK — Berdasarkan Notis

Maklumat Mesyuarat

Bilangan Mesyuarat : {{ $notis->bilangan_mesyuarat }}
Tahun : {{ $notis->tahun_mesyuarat }}
Tarikh : {{ \Carbon\Carbon::parse($notis->mesyuarat_tarikh)->format('d/m/Y') }}
Masa : {{ $notis->mesyuarat_masa }}
Tempat : {{ $notis->mesyuarat_tempat }}
@csrf

Kehadiran

@foreach($hadirList as $item) @endforeach

* Tandakan semua ahli ALK yang hadir.

Perbincangan Agenda

@foreach($notis->agendas as $index => $agenda) @php $item = $minitAgendaItems[$agenda->id] ?? null; @endphp @includeIf('minit_alk.layouts.layout_' . $agenda->layout_type, [ 'agenda' => $agenda, 'item' => $item, 'number' => $index + 1, 'hadirList' => $hadirList ]) @endforeach
← Kembali
@endsection