{{__('Account Fields') }}

@foreach($columnNamesWithDataType as $column => $type) @endforeach
# {{__('Name') }} {{__('Type') }} {{__('Actions') }}
{{ $loop->iteration }} {{ $column }} {{ $type }} @if(!in_array($column, ["id", "status","name","phone_number","email","created_at", "updated_at"])) @endif
@push('scripts') @endpush