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