Laravel 5 View Error Bags: Determining if There Are Any Error Messages With any
The any method can be used to determine if the error message bag contains any messages. It is a convenience method and acts a shortcut to calling the count method within a conditional statement. The any method returns a boolean value.The signature...