@csrf @method('put') @foreach ($columns as $column)
{{ $column->getName() }}
@error($column->getName()) {{ $message }} @enderror
@endforeach