@extends('layouts.app') @section('title') Dashboard @endsection @section('admin-content') Tambahkan Expense Other Baru Dashboard @csrf @include('backend.layouts.partials.messages') Kategori (required) Pilih Kategori @foreach ($kategori as $item) id ? 'selected' : '' }}> {{ $item->name }} @endforeach Tanggal (required) Total (required) Keterangan (required) {{ old('keterangan') }} Lampiran Tambah Lampiran Maksimal 10 MB per file. Tidak diperbolehkan mengunggah file berformat .exe, .dll, .sh, .bat, .cmd, atau .msi. Kategori Lampiran Preview Aksi Belum ada lampiran. Submit @include('backend.components.attachment-preview-modal', [ 'modalId' => 'otherAttachmentPreviewModal', 'title' => 'Preview Lampiran', ]) Submitting, please wait... @endsection
Maksimal 10 MB per file. Tidak diperbolehkan mengunggah file berformat .exe, .dll, .sh, .bat, .cmd, atau .msi.
.exe
.dll
.sh
.bat
.cmd
.msi
Submitting, please wait...