@extends('layouts.admin') @section('content-wrapper-header')

Add Monthly Deposit

@endsection @section('content')
{{ "Deposit Information" }}
@csrf {{-- Deposit Image--}}


{{-- Bank Account Id--}}
{{-- Deposit Amount and Date--}}
@if($errors->has('amount'))

{{ $errors->first('amount') }}

@endif
@if($errors->has('date'))

{{ $errors->first('date') }}

@endif
@if($errors->has('description'))

{{ $errors->first('description') }}

@endif

{{ trans('cruds.project.fields.description_helper') }}

{{-- Hidden content--}} {{-- Deposited by (user_id)--}} id}}>
@endsection