@extends('layouts.admin') @section('title') Ubah Nota Pembelian @endsection @section('container')
Formulir Upload Nota Pembelian Dana Operasional
@if (session()->has('success')) @endif

Sedang menyimpan data..

@csrf @method('PUT')
@error('picture')
{{ $message; }}
@enderror
@if ($item->picture) Preview Image @else Preview Image @endif
Kembali
@endsection @push('addon-style') @endpush @push('addon-script') @endpush