Missing argument 1 for Illuminate\Support\MessageBag::has()
问题 When i access my Laravel Project. It Returns Following Errors. How to Solve It. Missing argument 1 for Illuminate\Support\MessageBag::has(), called in /var/www/laravel/vendor/laravel/framework/src/Illuminate/Support/ViewErrorBag.php on line 92 and defined (View: /var/www/laravel/resources/views/welcome.blade.php) In my Blade Code : @if ($errors->has()) <div class="alert alert-danger"> @foreach ($errors->all() as $error) {{ $error }}<br> @endforeach </div> @endif 回答1: Check this line: @if (