@extends('layouts.app') @section('title') Dashboard @endsection @section('admin-content') Edit Expense Meeting & Seminar Dashboard @csrf @method('PUT') @include('backend.layouts.partials.messages') Tanggal (required) Allowance (optional) Transport Antar Kota (optional) Hotel (optional) Lampiran Saat Ini Kategori Nama File Preview Download Delete @forelse ($attachments as $attachment) {{ $attachment['category_label'] ?? '-' }} {{ $attachment['filename'] }} Preview @if (!empty($attachment['download_url'])) Download @else Tidak tersedia @endif @if (!empty($attachment['can_delete'])) @else Tidak tersedia @endif @empty Belum ada attachment. @endforelse Tambah Lampiran Baru Tambah Attachment Kategori File Preview Aksi Belum ada attachment. Maksimum 10 MB per file. Tidak diperbolehkan: {{ implode(', ', $meetingBlockedExtensions ?? []) }}. Update Submitting, please wait... @include('backend.pages.forms.meeting.partials.attachment-modal') @include('backend.pages.forms.meeting.partials.attachment-scripts') @endsection
Submitting, please wait...