@extends('layouts.app') @section('title') Dashboard @endsection @section('admin-content') Edit Expense Other Dashboard @csrf @method('PUT') @include('backend.layouts.partials.messages') Kategori Pilih Kategori @foreach ($kategori as $item) kategori_id == $item->id ? 'selected' : '' }}> {{ $item->name }} @endforeach Tanggal Total Keterangan {{ $form->keterangan }} Bukti 1 Bukti 2 Bukti 3 Update @endsection