@extends('layouts.app') @section('title') Dashboard @endsection @section('admin-content') Edit Expense Entertainment & Presentation Dashboard @csrf @method('PUT') @include('backend.layouts.partials.messages') Tanggal (required) Jenis (required) Pilih Jenis jenis == 'entertainment' ? 'selected' : '' }}>Entertainment jenis == 'presentation' ? 'selected' : '' }}>Presentation jenis == 'sponsorship' ? 'selected' : '' }}>Sponsorship Nama Penerima (required) NPWP / NIK (required) Alamat (required) Total (required) Keterangan (required) {{ $form->keterangan }} 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(', ', $entertainmentBlockedExtensions ?? []) }}. Update Submitting, please wait... @include('backend.pages.forms.entertainment.partials.attachment-modal') @include('backend.pages.forms.entertainment.partials.attachment-scripts') @endsection
Submitting, please wait...