@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.edit',1) }} {{ trans_choice('savings::general.savings',1) }} @endsection @section('content')

{{ trans_choice('core::general.edit',1) }} {{ trans_choice('savings::general.savings',1) }} {{ trans_choice('core::general.back',1) }}

{{csrf_field()}}
@error('savings_product_id') {{ $message }} @enderror
@error('savings_officer_id') {{ $message }} @enderror
@error('account_number') {{ $message }} @enderror
@error('external_id') {{ $message }} @enderror
@error('interest_rate') {{ $message }} @enderror
@error('automatic_opening_balance') {{ $message }} @enderror
@error('lockin_period') {{ $message }} @enderror
@error('lockin_type') {{ $message }} @enderror

{{trans_choice('savings::general.charge',2)}}

{{trans_choice('core::general.name',1)}} {{trans_choice('core::general.type',1)}} {{trans_choice('core::general.amount',1)}} {{trans_choice('savings::general.collected_on',1)}}
@{{ charge.name }} @{{ charge.savings_charge_option_id }} @{{ charge.amount }} {{trans_choice('savings::general.savings_activation', 1)}} {{trans_choice('savings::general.specified_due_date', 1)}} {{trans_choice('savings::general.withdrawal_fee', 1)}} {{trans_choice('savings::general.annual_fee', 1) }} {{trans_choice('savings::general.monthly_fee', 1)}} {{trans_choice('savings::general.inactivity_fee', 1)}} {{trans_choice('savings::general.quarterly_fee', 1)}}
@error('submitted_on_date') {{ $message }} @enderror
@foreach($custom_fields as $custom_field)