@foreach ($columns as $column)
@if ($column == 'image') @else
@if ($errors->has($column))
{{ $errors->first($column) }}
@endif
@endif
@endforeach