@if($errors->has('name')) @foreach($errors->get('name') as $e) {{$e}} @endforeach @endif
@if($errors->has('context')) @foreach($errors->get('context') as $e) {{$e}} @endforeach @endif
@if($errors->has('status')) @foreach($errors->get('status') as $e) {{$e}} @endforeach @endif