id)}}" method="POST"> @csrf

@lang("global.add_value")

@component('dashboard.components.edit_text' , [ "name" => "reward", "type" => "text", "title" => __("global.reward"), "value"=>$model ? $model->reward:0 ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "discount", "type" => "text", "title" => __("global.deduction"), "value"=>$model ? $model->discount:0 ]) @endcomponent
@error('note')
{{ $message }}
@enderror