@foreach($columns as $col)@if($col['name'] == 'password')
@elseif($col['name'] == 'language')
@elseif($col['type'] == 'date')
@elseif($col['type'] == 'time')
@elseif($col['type'] == 'datetime')
@elseif($col['type'] == 'text')
@elseif($col['type'] == 'boolean')
@else
@endif @endforeach