Bulk Recent Updates import
Row | Attribute | Errors | Values |
---|---|---|---|
{{$validation->row()}} | {{$validation->attribute()}} |
|
{{$validation->values()[$validation->attribute()]}} |
Total Affected Rows : {{session()->get('rows')}} |
@if ($errors->any())
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach