How to Combine Laravel Blade Directives to Check Form Input Fields

Solution:

@if ($errors->hasAny('name', 'email', 'phone'))
    ...
@endif