@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.edit',1) }} {{ trans_choice('share::general.product',1) }} @endsection @section('content') {{ trans_choice('core::general.edit',1) }} {{ trans_choice('share::general.product',1) }} {{ trans_choice('core::general.back',1) }} {{ trans_choice('dashboard::general.dashboard',1) }} {{ trans_choice('share::general.product',2) }} {{ trans_choice('core::general.edit',1) }} {{ trans_choice('share::general.product',1) }} {{csrf_field()}} {{trans_choice('core::general.name',1)}} @error('name') {{ $message }} @enderror {{trans_choice('share::general.short_name',1)}} @error('short_name') {{ $message }} @enderror {{trans_choice('core::general.description',1)}} @error('description') {{ $message }} @enderror {{trans_choice('core::general.currency',1)}} @error('currency_id') {{ $message }} @enderror {{trans_choice('share::general.decimal_place',2)}} @error('decimals') {{ $message }} @enderror {{trans_choice('share::general.total_shares',1)}} @error('total_shares') {{ $message }} @enderror {{trans_choice('share::general.shares_to_be_issued',1)}} @error('shares_to_be_issued') {{ $message }} @enderror {{trans_choice('share::general.nominal_price',1)}} @error('nominal_price') {{ $message }} @enderror {{trans_choice('share::general.minimum_shares_per_client',1)}} @error('minimum_shares_per_client') {{ $message }} @enderror {{trans_choice('share::general.default_shares_per_client',1)}} @error('default_shares_per_client') {{ $message }} @enderror {{trans_choice('share::general.maximum_shares_per_client',1)}} @error('maximum_shares_per_client') {{ $message }} @enderror {{trans_choice('share::general.lockin_period',1)}} @error('lockin_period') {{ $message }} @enderror {{trans_choice('share::general.lockin_type',1)}} {{trans_choice('share::general.day',2)}} {{trans_choice('share::general.week',2)}} {{trans_choice('share::general.month',2)}} {{trans_choice('share::general.year',2)}} @error('lockin_type') {{ $message }} @enderror {{trans_choice('share::general.minimum_active_period',1)}} @error('minimum_active_period') {{ $message }} @enderror {{trans_choice('share::general.minimum_active_period_type',1)}} {{trans_choice('share::general.day',2)}} {{trans_choice('share::general.week',2)}} {{trans_choice('share::general.month',2)}} {{trans_choice('share::general.year',2)}} @error('minimum_active_period_type') {{ $message }} @enderror {{trans_choice('share::general.allow_dividends_for_inactive_clients',1)}} {{trans_choice('core::general.no',1)}} {{trans_choice('core::general.yes',1)}} @error('allow_dividends_for_inactive_clients') {{ $message }} @enderror {{trans_choice('share::general.charge',2)}} @error('charges') {{ $message }} @enderror {{trans_choice('accounting::general.accounting',1)}} {{trans_choice('share::general.accounting_rule',1)}} {{trans_choice('share::general.none',1)}} {{trans_choice('share::general.cash',1)}} @error('accounting_rule') {{ $message }} @enderror {{trans_choice('accounting::general.asset',2)}} {{trans_choice('share::general.share_reference',1)}} @error('share_reference_chart_of_account_id') {{ $message }} @enderror {{trans_choice('accounting::general.liability',2)}} {{trans_choice('share::general.share_suspense_control',2)}} @error('share_suspense_control_chart_of_account_id') {{ $message }} @enderror {{trans_choice('accounting::general.equity',2)}} {{trans_choice('accounting::general.equity',2)}} @error('equity_chart_of_account_id') {{ $message }} @enderror {{trans_choice('accounting::general.income',2)}} {{trans_choice('share::general.income_from_fees',2)}} @error('income_from_fees_chart_of_account_id') {{ $message }} @enderror {{trans_choice('core::general.active',1)}} {{trans_choice('core::general.no',1)}} {{trans_choice('core::general.yes',1)}} @error('active') {{ $message }} @enderror @endsection @section('scripts') @endsection