@extends('pemerintah.main') @section('content') Notifikasi Permohonan Program

Notifikasi Permohonan Program

@foreach ($notifications as $notification)
{{ $notification->user->full_name }}

{{ $notification->user->full_name }} ingin mengikuti program {{ $notification->project->judul_project ?? 'Proyek tidak ditemukan' }}.

@if ($notification->status == 'pending') @else @endif
@endforeach
{{ $notifications->links() }}
@endsection