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

{{ trans_choice('core::general.add',1) }} {{ trans_choice('share::general.share',1) }} {{ trans_choice('core::general.back',1) }}

{{csrf_field()}}
@error('client_id') {{ $message }} @enderror
@error('share_product_id') {{ $message }} @enderror
@error('total_shares') {{ $message }} @enderror
@error('minimum_active_period') {{ $message }} @enderror
@error('minimum_active_period_type') {{ $message }} @enderror
@error('lockin_period') {{ $message }} @enderror
@error('lockin_type') {{ $message }} @enderror

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

{{trans_choice('core::general.name',1)}} {{trans_choice('core::general.type',1)}} {{trans_choice('core::general.amount',1)}} {{trans_choice('loan::general.collected_on',1)}}
@{{ charge.name }} @{{ charge.share_charge_option_id }} @{{ charge.amount }} {{trans_choice('share::general.share_account_activation', 1)}} {{trans_choice('share::general.share_purchase', 1)}} {{trans_choice('share::general.share_redeem', 1)}}
@error('submitted_on_date') {{ $message }} @enderror
@error('application_date') {{ $message }} @enderror
@foreach($custom_fields as $custom_field)