@extends('layouts.admin') @php use Illuminate\Support\Facades\Auth; @endphp @section('content')

Edit Setoran

Perbarui informasi setoran di bawah ini

Form Edit Setoran

@csrf @method('PUT')
Kembali
@if(Auth::user()->isAdmin())
@csrf @method('PUT')
@csrf @method('PUT')
@endif
@endsection