@props(['key']) @if(session()->has($key))
@php $messages = session($key); @endphp @if(is_array($messages)) @if(count($messages) > 5) Showing first 5 errors out of {{ count($messages) }} @endif @else {{ $messages }} @endif
@endif