@extends('layouts.master') @section('content')
@if(session('sukses')) @endif @if(session('warning')) @endif @if ($errors->any())
Peringatan :
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Edit Data Pengeluaran


{{csrf_field()}}
Rp.
.00

BATAL
@endsection