@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.deposit.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('date'))
{{ $errors->first('date') }}
@endif {{ trans('cruds.deposit.fields.date_helper') }}
@if($errors->has('sub_category'))
{{ $errors->first('sub_category') }}
@endif {{ trans('cruds.deposit.fields.sub_category_helper') }}
@if($errors->has('amount'))
{{ $errors->first('amount') }}
@endif {{ trans('cruds.deposit.fields.amount_helper') }}
@if($errors->has('bank_account'))
{{ $errors->first('bank_account') }}
@endif {{ trans('cruds.deposit.fields.bank_account_helper') }}
@if($errors->has('detail'))
{{ $errors->first('detail') }}
@endif {{ trans('cruds.deposit.fields.detail_helper') }}
@if ($errors->first('date'))
{{$errors->first('deposit_date')}}
@endif
{{-- --}}
@endsection @section('scripts') @endsection