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

Edit Expense Meeting & Seminar

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

Lampiran Saat Ini
@php $attachmentCategoryLabels = $meetingAttachmentCategories ?? []; @endphp @forelse ($attachments as $attachment) @empty @endforelse
Kategori Nama File Pratinjau Unduh Hapus
{{ $attachment['category_label'] ?? '-' }} {{ $attachment['filename'] }} @if (!empty($attachment['download_url'])) Unduh @else Tidak tersedia @endif @if (!empty($attachment['can_delete'])) @else Tidak tersedia @endif
Belum ada lampiran.

Tambah Lampiran Baru
Kategori File Pratinjau Aksi
Belum ada lampiran.
Maksimum 10 MB per file. Tidak diperbolehkan: {{ implode(', ', $meetingBlockedExtensions ?? []) }}.

Sedang mengirim, mohon tunggu...

@include('backend.pages.forms.meeting.partials.attachment-modal') @include('backend.pages.forms.meeting.partials.attachment-scripts') @endsection