@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) {{-- Diubah menjadi input date murni --}} Jenis (required) Pilih Jenis jenis == 'entertainment' ? 'selected' : '' }}>Entertainment jenis == 'presentation' ? 'selected' : '' }}>Presentation jenis == 'sponsorship' ? 'selected' : '' }}>Sponsorship Nama Penerima (required) NPWP / NIK (required) Alamat (required) Nama Perusahaan (required) Jabatan (required) Jenis Usaha (required) Total (required) Keterangan (required) {{ $form->keterangan }} {{-- Lampiran Existing --}} Lampiran Saat Ini Kategori Nama File Preview Download Aksi @forelse ($attachments as $attachment) {{ ucwords(str_replace('_', ' ', $attachment['file_category'])) }} {{ $attachment['filename'] }} Preview Download @empty Belum ada lampiran tersimpan. @endforelse {{-- Lampiran Baru --}} Tambah Lampiran Baru Tambah Attachment Kategori File Preview Aksi Belum ada lampiran baru. Update Submitting, please wait... @include('backend.pages.forms.entertainment.partials.attachment-modal') @include('backend.pages.forms.entertainment.partials.attachment-scripts') @endsection
Submitting, please wait...