fix: make cooperation proposal template optional and update attachment description text
This commit is contained in:
parent
62bc02fbac
commit
b1bee2fc33
@ -112,8 +112,7 @@ public static function configure(Schema $schema): Schema
|
||||
->acceptedFileTypes(['application/pdf'])
|
||||
->maxSize(1024 * 10)
|
||||
->directory(fn (): string => 'cooperations/proposal-template/'.now()->toDateString())
|
||||
->helperText('Format yang diterima: PDF. Ukuran maksimum: 10 MB.')
|
||||
->required(),
|
||||
->helperText('Format yang diterima: PDF. Ukuran maksimum: 10 MB.'),
|
||||
])->columnSpan(1),
|
||||
])
|
||||
->columns(3);
|
||||
|
||||
@ -1244,8 +1244,8 @@
|
||||
'formal' => 'Lampiran & Media',
|
||||
],
|
||||
'attachment_desc' => [
|
||||
'cheerful' => 'Jangan lupa unggah banner promosi dan template pengajuannya ya! 🖼️✨',
|
||||
'formal' => 'Unggah banner promosi dan template untuk pengajuan.',
|
||||
'cheerful' => 'Jangan lupa unggah banner promosi dan template pengajuannya jika ada ya! 🖼️✨',
|
||||
'formal' => 'Unggah banner promosi dan template pengajuan (opsional).',
|
||||
],
|
||||
'payment_empty' => [
|
||||
'cheerful' => 'Ups! Belum ada data pembayaran yang tercatat nih. Sabar ya! 💸✨',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user