@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.add',1) }} {{ trans_choice('savings::general.charge',1) }} @endsection @section('content') {{ trans_choice('core::general.add',1) }} {{ trans_choice('savings::general.charge',1) }} {{ trans_choice('core::general.back',1) }} {{ trans_choice('dashboard::general.dashboard',1) }} {{ trans_choice('savings::general.charge',2) }} {{ trans_choice('core::general.add',1) }} {{ trans_choice('savings::general.charge',1) }} {{csrf_field()}} {{trans_choice('core::general.name',1)}} @error('name') {{ $message }} @enderror {{trans_choice('savings::general.charge',1)}} {{trans_choice('core::general.type',1)}} @error('savings_charge_type_id') {{ $message }} @enderror {{trans_choice('core::general.amount',1)}} @error('amount') {{ $message }} @enderror {{trans_choice('savings::general.charge',1)}} {{trans_choice('core::general.option',1)}} @error('savings_charge_option_id') {{ $message }} @enderror {{trans_choice('core::general.currency',1)}} @error('currency_id') {{ $message }} @enderror {{trans('savings::general.override')}} {{trans_choice("core::general.no",1)}} {{trans_choice("core::general.yes",1)}} @error('allow_override') {{ $message }} @enderror {{trans('core::general.active')}} {{trans_choice("core::general.no",1)}} {{trans_choice("core::general.yes",1)}} @error('active') {{ $message }} @enderror @endsection @section('scripts') @endsection