@extends('layouts.admin') @section('content-wrapper-header') Edit Monthly Deposit Home Deposit List Edit Monthly Deposit @endsection @section('content')
{{ $errors->first('bank_account_id') }}
{{ $errors->first('amount') }}
{{ $errors->first('date') }}
{{ $errors->first('description') }}
{{ trans('cruds.project.fields.description_helper') }}
{{ $deposits->description }}