@extends('layouts.app') @section('title') Dashboard @endsection @section('admin-content')

Edit Expense Other

@csrf @method('PUT') @include('backend.layouts.partials.messages')

Gunakan tombol preview untuk melihat lampiran yang sudah diunggah.

@forelse ($attachments as $attachment) @empty @endforelse
Kategori Nama File Preview Aksi
{{ $attachment['file_category'] ? ucwords(str_replace('_', ' ', $attachment['file_category'])) : '-' }} {{ $attachment['filename'] ?? basename($attachment['file_path']) }} Download @if($attachment['can_delete']) @endif
Belum ada lampiran.

Maksimal 10 MB per file. File berformat .exe, .dll, .sh, .bat, .cmd, atau .msi tidak diperbolehkan.

Kategori Lampiran Preview Aksi
Belum ada lampiran baru.
@include('backend.components.attachment-preview-modal', [ 'modalId' => 'otherExistingAttachmentPreviewModal', 'title' => 'Preview Lampiran', ]) @include('backend.components.attachment-preview-modal', [ 'modalId' => 'otherNewAttachmentPreviewModal', 'title' => 'Preview Lampiran', ])

Submitting, please wait...

@endsection