@extends('layouts.admin') @section('content')

Ubah Transaksi {{ $item->title }}

@if ($errors->any())
@endif
@method('PUT') @csrf
@endsection