'required', 'status' => 'max:20|required', ]; } /** * Determine if the user is authorized to make this request. */ public function authorize(): bool { return true; } }