{{ __('تعديل الإيداع البنكي') }} #{{ $deposit->id }}

@csrf @method('PUT')
@if($deposit->attachments && count($deposit->attachments) > 0)

{{ __('المرفقات الحالية') }}

@foreach($deposit->attachments as $attachment)
{{ $attachment->original_name }}
@csrf @method('DELETE') @endforeach
@endif
{{ __('حفظ التغييرات') }} {{ __('إلغاء') }}