Laravel blade “old input or default variable”?

后端 未结 4 2004
执笔经年
执笔经年 2021-02-06 22:30

I want to show the old input in input value. If there isn\'t old input, than show other variable:

value=\"{{ old(\'salary_\' . $employee->id) or \'Default\' }         


        
4条回答
提交回复
热议问题