@if (!empty($income->attachment) && file_exists(public_path('storage/' . $income->attachment)))
File saat ini:
Lihat Lampiran
@if (Str::endsWith($income->attachment, ['.jpg', '.jpeg', '.png']) || in_array(strtolower(pathinfo($income->attachment, PATHINFO_EXTENSION)), ['jpg', 'jpeg', 'png']))
@endif
@endif
Format: JPG, PNG, atau PDF (maks. 5MB). Kosongkan jika tidak ingin mengubah.
@error('attachment')
{{ $message }}
@enderror