Laravel @disabled в Laravel-9

<button type="submit" @disabled($errors->isNotEmpty())>Submit</button>
Irfan