DONE: error on banner where it is not updated, use uploaded file for etika.pdf

This commit is contained in:
ISMAIL MASSERAN
2026-04-30 13:14:23 +08:00
parent b93b51c005
commit 4569decd92
10 changed files with 99 additions and 11 deletions
+2
View File
@@ -15,6 +15,7 @@ class PortalSetting extends Model
'zoom_subtitle',
'zoom_image_url',
'zoom_meeting_url',
'attendance_etika_url',
];
public static function defaults(): array
@@ -26,6 +27,7 @@ class PortalSetting extends Model
'zoom_subtitle' => 'Sertai Mesyuarat Agung Tahunan KoPKB kali ke-29/2025 melalui pautan rasmi di bawah.',
'zoom_image_url' => 'https://th.bing.com/th/id/OIP.TGLvYXfe4xq5MTZe4UnTDgHaEy?w=255&h=180&c=7&r=0&o=5&dpr=1.8&pid=1.7',
'zoom_meeting_url' => 'https://meet.google.com/paa-tpck-ssq',
'attendance_etika_url' => 'https://drive.google.com/uc?export=download&id=1O5DVDIbGy-w0bejV6RqtJGIty-_5LJD8',
];
}