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

Tambahkan Expense Up Country Baru

@php $attachmentCategoryLabels = $attachmentCategoryLabels ?? ($upCountryAttachmentCategories ?? []); $attachmentCategories = $attachmentCategories ?? ($upCountryAttachmentCategoryKeys ?? array_keys($attachmentCategoryLabels)); @endphp
@csrf @include('backend.layouts.partials.messages')

Format file yang diperbolehkan: JPG, JPEG, PNG, atau PDF. Ukuran maksimum 5 MB per file.

Kategori Lampiran Lampiran Pratinjau Aksi
Belum ada lampiran ditambahkan.
@include('backend.components.attachment-preview-modal', [ 'modalId' => 'newAttachmentPreviewModal', 'title' => 'Pratinjau Lampiran', ])

Sedang mengirim, mohon tunggu...

@endsection @section('scripts') @endsection