@php $m=$message @endphp @if(count($errors)>0) @foreach($errors->all() as $error) @php $m.=$error." " @endphp @endforeach @endif