@extends('layouts.app') @section('title', 'Dashboard ' . auth()->user()->school->roleLabel('kepsek')) @section('content')
Selamat datang, {{ auth()->user()->name }}.
{{ $notif->data['submitted_by'] ?? '-' }} mengajukan kalender "{{ $notif->data['calendar_name'] ?? '-' }}" untuk approval.
@elseif ($notif->type === 'kaldik_approved')Kalender "{{ $notif->data['calendar_name'] ?? '-' }}" telah di-approve oleh {{ $notif->data['approved_by'] ?? '-' }}.
@elseKalender "{{ $notif->data['calendar_name'] ?? '-' }}" ditolak oleh {{ $notif->data['rejected_by'] ?? '-' }}.
@if (!empty($notif->data['reason']))Alasan: {{ $notif->data['reason'] }}
@endif @endif{{ $notif->created_at->diffForHumans() }}