{!! Form::open(['route' => 'admin.promotion.bestFindsUnder.update', 'method' => 'PUT', 'id' => 'form', 'data-toggle' => 'validator']) !!}
{{ trans('app.best_finds_under') }}
{!! Form::label('text', trans('app.price')) !!}
{{ get_currency_symbol() }} {!! Form::number('price', $bestFinds ?? null, ['class' => 'form-control input-lg', 'step' => 'any', 'min' => '0', 'placeholder' => trans('app.price')]) !!}
{!! trans('help.best_finds_under') !!}
{!! Form::submit(trans('app.update'), ['class' => 'btn btn-flat btn-new']) !!}
{!! Form::close() !!}