@include('laravel-crm::partials.form.text',[ 'name' => 'name', 'label' => ucfirst(trans('laravel-crm::lang.name')), 'value' => old('name', $taxRate->name ?? null) ]) @include('laravel-crm::partials.form.text',[ 'name' => 'rate', 'label' => ucfirst(trans('laravel-crm::lang.rate')), 'value' => old('rate', $taxRate->rate ?? null), 'append' => '', ]) @include('laravel-crm::partials.form.textarea',[ 'name' => 'description', 'label' => ucfirst(trans('laravel-crm::lang.description')), 'rows' => 5, 'value' => old('name', $taxRate->description ?? null) ])
default == 1) ? 'checked' : null }} data-toggle="toggle" data-size="sm" data-on="Yes" data-off="No" data-onstyle="success" data-offstyle="danger">
@include('laravel-crm::partials.form.text',[ 'name' => 'tax_type', 'label' => ucfirst(trans('laravel-crm::lang.tax_type')), 'value' => old('tax_type', $taxRate->tax_type ?? null), ])