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

Edit Expense Entertainment & Presentation

@csrf @method('PUT') @include('backend.layouts.partials.messages')
{{-- Diubah menjadi input date murni --}}
{{-- Lampiran Existing --}}

Lampiran Saat Ini
@forelse ($attachments as $attachment) @empty @endforelse
Kategori Nama File Preview Download Aksi
{{ ucwords(str_replace('_', ' ', $attachment['file_category'])) }} {{ $attachment['filename'] }} Download
Belum ada lampiran tersimpan.
{{-- Lampiran Baru --}}
Tambah Lampiran Baru
Kategori File Preview Aksi
Belum ada lampiran baru.

Submitting, please wait...

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