@error('form.first_name')
{{ $message }}
@enderror
@error('form.last_name')
{{ $message }}
@enderror
@if($collection_columns && $collection_columns->count() > 0)
@foreach($collection_columns as $key => $column)
@php
$column_field = $collection_fields[$column->field->slug];
$options_array = $this->collection_fields[$column->field->slug]['options'];
@endphp
@endforeach
@endif