Comment boucler le tableau à Laravel

@foreach($data as $key=>$value)
	{{$value->column_name}}
@endforeach
RootedCode