@extends('template.app') @section('content')

Balance Correction

Balance Correction

{{--
--}}
{{ csrf_field() }}
@if ($errors->has('target')) {{ $errors->first('target') }} @endif {{-- @if ($errors->has('bankid')) {{ $errors->first('bankid') }} @endif --}} {{-- @if ($errors->has('date')) {{ $errors->first('date') }} @endif --}} @if ($errors->has('transtype')) {{ $errors->first('transtype') }} @endif @if ($errors->has('amount')) {{ $errors->first('amount') }} @endif @if ($errors->has('notes')) {{ $errors->first('notes') }} @endif
@endsection